Change front and back tag and the chart
This commit is contained in:
parent
6a78e90681
commit
6b75ff10b2
@ -10,7 +10,8 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
ingressClassName: {{ .Values.backend.ingress.className }}
|
ingressClassName: {{ .Values.backend.ingress.className }}
|
||||||
rules:
|
rules:
|
||||||
- host: {{ .Values.backend.ingress.hosts[0].host }}
|
{{- range .Values.backend.ingress.hosts }}
|
||||||
|
- host: {{ .host }}
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /api
|
- path: /api
|
||||||
@ -19,5 +20,6 @@ spec:
|
|||||||
service:
|
service:
|
||||||
name: navix-backend
|
name: navix-backend
|
||||||
port:
|
port:
|
||||||
number: {{ .Values.backend.service.port }}
|
number: {{ $.Values.backend.service.port }}
|
||||||
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user