diff --git a/devspc/devspace-api/templates/ingress.yaml b/devspc/devspace-api/templates/ingress.yaml index 7c96bea..fef325b 100644 --- a/devspc/devspace-api/templates/ingress.yaml +++ b/devspc/devspace-api/templates/ingress.yaml @@ -9,7 +9,7 @@ spec: http: paths: - path: {{$.Values.ingress.prefix | default '/'}} - pathType: ImplementationSpecific + pathType: Prefix backend: service: name: "{{ $.Release.Name }}-{{ $.Chart.Name }}"