Skip to content

Commit

Permalink
Fix: rev-proxy service name
Browse files Browse the repository at this point in the history
  • Loading branch information
simar0at authored May 13, 2024
1 parent de37391 commit 0584394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
backend:
{{- if .Capabilities.APIVersions.Has "networking.k8s.io/v1/Ingress" }}
service:
name: {{ template "iipimage.fullname" . }}
name: {{ template "iipimage.fullname" . }}-rev-proxy
port:
number: {{ .Values.service.externalPort }}
{{ else }}
Expand Down

0 comments on commit 0584394

Please sign in to comment.