Skip to content

Commit

Permalink
Make load-balancer optional
Browse files Browse the repository at this point in the history
  • Loading branch information
NelsonVides committed Aug 15, 2024
1 parent 84c1b14 commit 562367d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MongooseIM/templates/mongoose-svc-lb.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{ if .Values.loadbalancer.enabled }}
apiVersion: v1
kind: Service
metadata:
Expand Down Expand Up @@ -44,3 +45,4 @@ spec:
{{- if .Values.LoadBalancerIP }}
loadBalancerIP: {{ .Values.loadBalancerIP }}
{{- end }}
{{ end }}

0 comments on commit 562367d

Please sign in to comment.