fix(infra-ingress): add AdditionalArgs to traefik

This commit is contained in:
WrenIX 2024-01-11 02:06:51 +01:00
parent df4769e538
commit 4e456bfb5b
Signed by: wrenix
GPG key ID: 7AFDB012974B1BB5
2 changed files with 6 additions and 0 deletions

View file

@ -36,6 +36,11 @@ spec:
- IPv6
- IPv4
{{- with .Values.traefik.additionalArguments }}
additionalArguments:
{{- toYaml . | nindent 6 }}
{{- end }}
tolerations:
- key: "CriticalAddonsOnly"
operator: "Exists"

View file

@ -21,3 +21,4 @@ controller: "traefik"
external: true
traefik:
hostPath: /srv/k8s/pv/pvc-traefik-certs
additionalArguments: []