diff --git a/chart/templates/ingress.yaml b/chart/templates/ingress.yaml index c32fb7d..7515fab 100644 --- a/chart/templates/ingress.yaml +++ b/chart/templates/ingress.yaml @@ -19,13 +19,6 @@ spec: - host: {{ .Values.ingress.host }} http: paths: - - path: /api - pathType: Prefix - backend: - service: - name: {{ .Release.Name }}-backend - port: - number: {{ .Values.backend.port }} - path: / pathType: Prefix backend: