We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 127eb8c commit 193334eCopy full SHA for 193334e
helm-chart/eoapi/templates/services/ingress.yaml
@@ -16,6 +16,7 @@ metadata:
16
{{ toYaml .Values.ingress.annotations | indent 4 }}
17
{{- end }}
18
{{- if eq .Values.ingress.className "traefik" }}
19
+ traefik.ingress.kubernetes.io/router.entrypoints: web
20
traefik.ingress.kubernetes.io/router.middlewares: {{ $.Release.Namespace }}-strip-prefix-middleware-{{ $.Release.Name }}@kubernetescrd
21
22
{{- if and .Values.ingress.tls.enabled .Values.ingress.tls.certManager .Values.ingress.tls.certManagerIssuer }}
0 commit comments