Skip to content

Commit

Permalink
fixed path to loadBalancerIP
Browse files Browse the repository at this point in the history
  • Loading branch information
mnenezic committed Sep 1, 2022
1 parent bfb0182 commit a4caeb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cadence/templates/server-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ metadata:
app.kubernetes.io/component: frontend
app.kubernetes.io/part-of: {{ .Chart.Name }}
spec:
{{- with .Values.frontend.service.loadBalancerIP }}
{{- with .Values.server.frontend.service.loadBalancerIP }}
loadBalancerIP: {{.}}
{{- end }}
type: {{ .Values.server.frontend.service.type }}
Expand Down

0 comments on commit a4caeb2

Please sign in to comment.