diff --git a/k8s/templates/ingress.yaml b/k8s/templates/ingress.yaml index 1c9a1d3fea55ef2a77a31d0dbdfce49d0a07cfc8..4d9d67b9ed3bbf649890ef53a665603de2cb9857 100644 --- a/k8s/templates/ingress.yaml +++ b/k8s/templates/ingress.yaml @@ -10,13 +10,6 @@ spec: - host: {{ .Values.url }} http: paths: - - path: / - pathType: Prefix - backend: - service: - name: {{ .Release.Name }}-frontend - port: - number: 3000 - path: /api pathType: Prefix backend: