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`
|
| `0`
|
||||||
|
|
|
|
||||||
|
|
||||||
|
| traefik.additionalArguments
|
||||||
|
| list
|
||||||
|
| `[]`
|
||||||
|
|
|
||||||
|
|
||||||
| traefik.hostPath
|
| traefik.hostPath
|
||||||
| string
|
| string
|
||||||
| `"/srv/k8s/pv/pvc-traefik-certs"`
|
| `"/srv/k8s/pv/pvc-traefik-certs"`
|
||||||
|
|
|
|
||||||
|
|
||||||
|
| traefik.ports
|
||||||
|
| object
|
||||||
|
| `{}`
|
||||||
|
|
|
||||||
|===
|
|===
|
||||||
|
|
||||||
Autogenerated from chart metadata using https://github.com/norwoodj/helm-docs[helm-docs]
|
Autogenerated from chart metadata using https://github.com/norwoodj/helm-docs[helm-docs]
|
||||||
|
|
|
@ -60,6 +60,9 @@ spec:
|
||||||
hostPort: 443
|
hostPort: 443
|
||||||
http3:
|
http3:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
{{- with .Values.traefik.ports }}
|
||||||
|
{{- toYaml . | nindent 6 }}
|
||||||
|
{{- end }}
|
||||||
|
|
||||||
providers:
|
providers:
|
||||||
kubernetesIngress:
|
kubernetesIngress:
|
||||||
|
|
|
@ -20,5 +20,6 @@ commons:
|
||||||
controller: "traefik"
|
controller: "traefik"
|
||||||
external: true
|
external: true
|
||||||
traefik:
|
traefik:
|
||||||
|
ports: {}
|
||||||
hostPath: /srv/k8s/pv/pvc-traefik-certs
|
hostPath: /srv/k8s/pv/pvc-traefik-certs
|
||||||
additionalArguments: []
|
additionalArguments: []
|
||||||
|
|
Loading…
Add table
Reference in a new issue