fix(helm): reorder ingress paths for correct routing

This commit is contained in:
Tuan-Dat Tran
2026-02-24 00:48:12 +01:00
parent 7f636475c7
commit 9b2f444cf3

View File

@@ -33,10 +33,10 @@ ingress:
hosts:
- host: cv.local
paths:
- path: /
service: frontend
- path: /api
service: backend
- path: /
service: frontend
tls: []
imagePullSecrets: []