update
This commit is contained in:
@@ -16,7 +16,7 @@ traefik:
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: traefik-configmap
|
- name: traefik-configmap
|
||||||
mountPath: "/etc/traefik"
|
mountPath: "/config"
|
||||||
type: configMap
|
type: configMap
|
||||||
|
|
||||||
ingressRoute:
|
ingressRoute:
|
||||||
@@ -24,6 +24,7 @@ traefik:
|
|||||||
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