fix(infra-ingress): add additional ports to traefik
This commit is contained in:
parent
4e456bfb5b
commit
a3e21a0cc7
3 changed files with 14 additions and 0 deletions
|
@ -71,10 +71,20 @@ image::https://img.shields.io/badge/Version-application-informational?style=flat
|
|||
| `0`
|
||||
|
|
||||
|
||||
| traefik.additionalArguments
|
||||
| list
|
||||
| `[]`
|
||||
|
|
||||
|
||||
| traefik.hostPath
|
||||
| string
|
||||
| `"/srv/k8s/pv/pvc-traefik-certs"`
|
||||
|
|
||||
|
||||
| traefik.ports
|
||||
| object
|
||||
| `{}`
|
||||
|
|
||||
|===
|
||||
|
||||
Autogenerated from chart metadata using https://github.com/norwoodj/helm-docs[helm-docs]
|
||||
|
|
|
@ -60,6 +60,9 @@ spec:
|
|||
hostPort: 443
|
||||
http3:
|
||||
enabled: true
|
||||
{{- with .Values.traefik.ports }}
|
||||
{{- toYaml . | nindent 6 }}
|
||||
{{- end }}
|
||||
|
||||
providers:
|
||||
kubernetesIngress:
|
||||
|
|
|
@ -20,5 +20,6 @@ commons:
|
|||
controller: "traefik"
|
||||
external: true
|
||||
traefik:
|
||||
ports: {}
|
||||
hostPath: /srv/k8s/pv/pvc-traefik-certs
|
||||
additionalArguments: []
|
||||
|
|
Loading…
Add table
Reference in a new issue