Skip to content

Commit 193334e

Browse files
Add Traefik entrypoint annotation to ingress configuration
1 parent 127eb8c commit 193334e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

helm-chart/eoapi/templates/services/ingress.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ metadata:
1616
{{ toYaml .Values.ingress.annotations | indent 4 }}
1717
{{- end }}
1818
{{- if eq .Values.ingress.className "traefik" }}
19+
traefik.ingress.kubernetes.io/router.entrypoints: web
1920
traefik.ingress.kubernetes.io/router.middlewares: {{ $.Release.Namespace }}-strip-prefix-middleware-{{ $.Release.Name }}@kubernetescrd
2021
{{- end }}
2122
{{- if and .Values.ingress.tls.enabled .Values.ingress.tls.certManager .Values.ingress.tls.certManagerIssuer }}

0 commit comments

Comments
 (0)