fix: add /api ingress path routing to backend

This commit is contained in:
Ryan Moon
2026-04-03 21:14:43 -05:00
parent 36eb377583
commit 3d72f04b14

View File

@@ -19,6 +19,13 @@ 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: