mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 07:50: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:
|
||||
- name: traefik-configmap
|
||||
mountPath: "/etc/traefik"
|
||||
mountPath: "/config"
|
||||
type: configMap
|
||||
|
||||
ingressRoute:
|
||||
|
|
@ -24,6 +24,7 @@ traefik:
|
|||
enabled: true
|
||||
|
||||
additionalArguments:
|
||||
- "--providers.file.filename=/config/config.yml"
|
||||
- "--serversTransport.insecureSkipVerify=true"
|
||||
- "--log.level=DEBUG"
|
||||
- --experimental.plugins.jwt.moduleName=github.com/traefik-plugins/traefik-jwt-plugin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue