update
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
traefik:
|
traefik:
|
||||||
image:
|
image:
|
||||||
|
# registry: registry.durp.info
|
||||||
|
# repository: traefik
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
|
|
||||||
providers:
|
providers:
|
||||||
@@ -12,11 +14,17 @@ 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
|
||||||
|
|||||||
Reference in New Issue
Block a user