mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
update
This commit is contained in:
parent
d6b3091454
commit
59d5fb98df
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue