Skip to content
Snippets Groups Projects
Commit 830c4cce authored by Pomucz Tamás András's avatar Pomucz Tamás András
Browse files

k8s ingress fix

parent 08f6c840
No related branches found
No related tags found
1 merge request!15Many stuff
Pipeline #50429 passed with warnings
...@@ -10,13 +10,6 @@ spec: ...@@ -10,13 +10,6 @@ spec:
- host: {{ .Values.url }} - host: {{ .Values.url }}
http: http:
paths: paths:
- path: /
pathType: Prefix
backend:
service:
name: {{ .Release.Name }}-frontend
port:
number: 3000
- path: /api - path: /api
pathType: Prefix pathType: Prefix
backend: backend:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment