This commit is contained in:
Guilhem Lavaux 2024-12-04 17:46:50 +01:00
parent 18068c1b8e
commit d8e86f17cf
3 changed files with 13 additions and 2 deletions

View file

@ -39,6 +39,15 @@ spec:
name: {{ $.Release.Name }}
port:
number: 8000
{{- range .api }}
- path: {{ .prefix | quote }}
pathType: Prefix
backend:
service:
name: {{ .service }}
port:
name: {{ .port }}
{{- end }}
{{- end }}
{{- end }}