Skip to content

Commit

Permalink
fix: minor fixes in Golden Helm Chart
Browse files Browse the repository at this point in the history
Signed-off-by: Baturay Soysal <126467780+BaturaySoysal-TomTom@users.noreply.github.com>
  • Loading branch information
BaturaySoysal-TomTom authored Sep 9, 2024
1 parent 612617c commit 9f908dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/tomtom-base-chart/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ spec:
backend:
{{- if semverCompare ">=1.19-0" $.Capabilities.KubeVersion.GitVersion }}
service:
name: {{ $fullName }}-{{ .name }}
name: {{ $fullName }}
port:
number: {{ .port }}
{{- else }}
serviceName: {{ $fullName }}-{{ .name }}
serviceName: {{ $fullName }}
servicePort: {{ .port }}
{{- end }}
{{- end }}
Expand Down

0 comments on commit 9f908dc

Please sign in to comment.