3 Commits

Author SHA1 Message Date
01904f7ca7 update 2025-02-26 06:07:05 -06:00
a8040986d7 update 2025-02-26 06:06:22 -06:00
3e7d6961fc update 2025-02-26 06:04:50 -06:00
2 changed files with 2 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ kind: ConfigMap
metadata:
name: traefik-configmap
data:
traefik.yml: |
config.yml: |
http:
routers:
router0:

View File

@@ -15,7 +15,7 @@ traefik:
volumes:
- name: traefik-configmap
mountPath: "/config"
mountPath: "/etc/traefik"
type: configMap
ingressRoute:
@@ -23,7 +23,6 @@ traefik:
enabled: true
additionalArguments:
- "--configFile=/config/traefik.yml"
- "--serversTransport.insecureSkipVerify=true"
- "--log.level=DEBUG"
- --experimental.plugins.jwt.moduleName=github.com/traefik-plugins/traefik-jwt-plugin