This commit is contained in:
2025-03-04 05:44:11 -06:00
parent d6b3091454
commit 59d5fb98df

View File

@@ -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