update
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
traefik:
|
||||
image:
|
||||
registry: registry.durp.info
|
||||
repository: traefik
|
||||
#registry: registry.durp.info
|
||||
#repository: traefik
|
||||
pullPolicy: Always
|
||||
|
||||
providers:
|
||||
@@ -14,17 +14,17 @@ traefik:
|
||||
replicas: 3
|
||||
revisionHistoryLimit: 1
|
||||
|
||||
volumes:
|
||||
- name: traefik-configmap
|
||||
mountPath: "/config"
|
||||
type: configMap
|
||||
# volumes:
|
||||
# - name: traefik-configmap
|
||||
# mountPath: "/config"
|
||||
# type: configMap
|
||||
|
||||
ingressRoute:
|
||||
dashboard:
|
||||
enabled: true
|
||||
|
||||
additionalArguments:
|
||||
- "--providers.file.filename=/config/config.yml"
|
||||
# - "--providers.file.filename=/config/config.yml"
|
||||
- "--serversTransport.insecureSkipVerify=true"
|
||||
- "--log.level=DEBUG"
|
||||
- --experimental.plugins.jwt.moduleName=github.com/traefik-plugins/traefik-jwt-plugin
|
||||
|
||||
Reference in New Issue
Block a user