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 193334e commit c88a9abCopy full SHA for c88a9ab
helm-chart/eoapi/templates/services/ingress.yaml
@@ -15,6 +15,7 @@ metadata:
15
{{- if .Values.ingress.annotations }}
16
{{ toYaml .Values.ingress.annotations | indent 4 }}
17
{{- end }}
18
+ # Temporary annotations for Traefik until uvicorn support real prefix in ASGI: https://github.com/encode/uvicorn/discussions/2490
19
{{- if eq .Values.ingress.className "traefik" }}
20
traefik.ingress.kubernetes.io/router.entrypoints: web
21
traefik.ingress.kubernetes.io/router.middlewares: {{ $.Release.Namespace }}-strip-prefix-middleware-{{ $.Release.Name }}@kubernetescrd
0 commit comments