diff --git a/helm/coder/templates/ingress.yaml b/helm/coder/templates/ingress.yaml index 7dd2a1389e233..3e5fa7a34f3fc 100644 --- a/helm/coder/templates/ingress.yaml +++ b/helm/coder/templates/ingress.yaml @@ -19,8 +19,8 @@ spec: - host: {{ .Values.coder.ingress.host | quote }} http: paths: - - path: / - pathType: Prefix + - path: /coder + pathType: Exact backend: service: name: coder @@ -31,8 +31,8 @@ spec: - host: {{ include "coder.ingressWildcardHost" . | quote }} http: paths: - - path: / - pathType: Prefix + - path: /coder + pathType: Exact backend: service: name: coder