Skip to content

Commit

Permalink
Add loadBalancerIP to webclient chart
Browse files Browse the repository at this point in the history
  • Loading branch information
philip-weyer committed Jul 8, 2024
1 parent 16edc6b commit 8f9dcd9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/sophora-webclient/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ metadata:
{{- include "webclient.labels" . | nindent 4 }}
spec:
type: {{ .Values.service.type }}
{{ if .Values.service.loadBalancerIP }}
loadBalancerIP: {{ .Values.service.loadBalancerIP | quote }}
{{- end }}
ports:
- port: {{ .Values.service.port }}
targetPort: http
Expand Down

0 comments on commit 8f9dcd9

Please sign in to comment.