fix(helm): reorder ingress paths for correct routing
This commit is contained in:
@@ -33,10 +33,10 @@ ingress:
|
|||||||
hosts:
|
hosts:
|
||||||
- host: cv.local
|
- host: cv.local
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
|
||||||
service: frontend
|
|
||||||
- path: /api
|
- path: /api
|
||||||
service: backend
|
service: backend
|
||||||
|
- path: /
|
||||||
|
service: frontend
|
||||||
tls: []
|
tls: []
|
||||||
|
|
||||||
imagePullSecrets: []
|
imagePullSecrets: []
|
||||||
|
|||||||
Reference in New Issue
Block a user