Update ingress service name to be web
This commit is contained in:
parent
755c859d17
commit
51a5f0e276
2 changed files with 4 additions and 4 deletions
|
@ -49,7 +49,7 @@ spec:
|
|||
backend:
|
||||
{{- if semverCompare ">=1.19-0" $.Capabilities.KubeVersion.GitVersion }}
|
||||
service:
|
||||
name: {{ $fullName }}
|
||||
name: {{ $fullName }}-web
|
||||
port:
|
||||
number: {{ $svcPort }}
|
||||
{{- else }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue