fix(infra-ingress): add AdditionalArgs to traefik
This commit is contained in:
parent
df4769e538
commit
4e456bfb5b
2 changed files with 6 additions and 0 deletions
|
@ -36,6 +36,11 @@ spec:
|
|||
- IPv6
|
||||
- IPv4
|
||||
|
||||
{{- with .Values.traefik.additionalArguments }}
|
||||
additionalArguments:
|
||||
{{- toYaml . | nindent 6 }}
|
||||
{{- end }}
|
||||
|
||||
tolerations:
|
||||
- key: "CriticalAddonsOnly"
|
||||
operator: "Exists"
|
||||
|
|
|
@ -21,3 +21,4 @@ controller: "traefik"
|
|||
external: true
|
||||
traefik:
|
||||
hostPath: /srv/k8s/pv/pvc-traefik-certs
|
||||
additionalArguments: []
|
||||
|
|
Loading…
Add table
Reference in a new issue