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
8d63bc4ea9
commit
961e332e71
1 changed files with 8 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
traefik:
|
||||
image:
|
||||
# registry: registry.durp.info
|
||||
# repository: traefik
|
||||
pullPolicy: Always
|
||||
|
||||
providers:
|
||||
|
|
@ -12,11 +14,17 @@ traefik:
|
|||
replicas: 3
|
||||
revisionHistoryLimit: 1
|
||||
|
||||
volumes:
|
||||
- name: traefik-configmap
|
||||
mountPath: "/config"
|
||||
type: configMap
|
||||
|
||||
ingressRoute:
|
||||
dashboard:
|
||||
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