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