Service name and port

This commit is contained in:
2026-03-31 22:26:20 -04:00
parent 90434d273b
commit 5430859e9e
2 changed files with 4 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ spec:
pathType: {{ default "Prefix" $.Values.ingress.pathType }}
backend:
service:
name: {{ $fullName }}-http
name: {{ $fullName }}-web
port:
number: {{ $httpPort }}
{{- else }}
@@ -44,7 +44,7 @@ spec:
pathType: {{ .pathType | default "Prefix" }}
backend:
service:
name: {{ $fullName }}-http
name: {{ $fullName }}-web
port:
number: {{ $httpPort }}
{{- end }}
@@ -54,7 +54,7 @@ spec:
pathType: "Prefix"
backend:
service:
name: {{ $fullName }}-http
name: {{ $fullName }}-web
port:
number: {{ $httpPort }}
{{- end }}