Skip to content

Commit

Permalink
added support for frontend's LB IP address
Browse files Browse the repository at this point in the history
  • Loading branch information
mnenezic committed Sep 1, 2022
1 parent d26a336 commit bfb0182
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cadence/templates/server-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ metadata:
app.kubernetes.io/component: frontend
app.kubernetes.io/part-of: {{ .Chart.Name }}
spec:
{{- with .Values.frontend.service.loadBalancerIP }}
loadBalancerIP: {{.}}
{{- end }}
type: {{ .Values.server.frontend.service.type }}
ports:
- port: {{ .Values.server.frontend.service.port }}
Expand Down

0 comments on commit bfb0182

Please sign in to comment.