This commit is contained in:
2025-03-17 05:13:50 -05:00
parent 9d45ebf641
commit a50b3ca1d4
3 changed files with 55 additions and 55 deletions

View File

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