mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
update
This commit is contained in:
parent
ce6b64840e
commit
3590ea3840
1 changed files with 0 additions and 8 deletions
|
|
@ -1,7 +1,5 @@
|
||||||
traefik:
|
traefik:
|
||||||
image:
|
image:
|
||||||
#registry: registry.durp.info
|
|
||||||
#repository: traefik
|
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
|
|
||||||
providers:
|
providers:
|
||||||
|
|
@ -14,17 +12,11 @@ traefik:
|
||||||
replicas: 3
|
replicas: 3
|
||||||
revisionHistoryLimit: 1
|
revisionHistoryLimit: 1
|
||||||
|
|
||||||
# volumes:
|
|
||||||
# - name: traefik-configmap
|
|
||||||
# mountPath: "/config"
|
|
||||||
# type: configMap
|
|
||||||
|
|
||||||
ingressRoute:
|
ingressRoute:
|
||||||
dashboard:
|
dashboard:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
additionalArguments:
|
additionalArguments:
|
||||||
# - "--providers.file.filename=/config/config.yml"
|
|
||||||
- "--serversTransport.insecureSkipVerify=true"
|
- "--serversTransport.insecureSkipVerify=true"
|
||||||
- "--log.level=DEBUG"
|
- "--log.level=DEBUG"
|
||||||
- --experimental.plugins.jwt.moduleName=github.com/traefik-plugins/traefik-jwt-plugin
|
- --experimental.plugins.jwt.moduleName=github.com/traefik-plugins/traefik-jwt-plugin
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue