diff --git a/helm/shorefront/templates/ingress.yaml b/helm/shorefront/templates/ingress.yaml index a4a5844..4a83189 100644 --- a/helm/shorefront/templates/ingress.yaml +++ b/helm/shorefront/templates/ingress.yaml @@ -13,13 +13,6 @@ spec: - host: {{ .Values.ingress.host }} http: paths: - - path: /api - pathType: Prefix - backend: - service: - name: backend - port: - number: 8000 - path: / pathType: Prefix backend: