Skip to content

Commit

Permalink
feat(helm): add LoadBalancerIP
Browse files Browse the repository at this point in the history
close #1766
  • Loading branch information
tchiotludo committed May 1, 2024
1 parent 4e1122c commit 1d85857
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions helm/akhq/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ spec:
{{- if and .Values.ingress.ingressClassName (eq (include "akhq.ingress.apiVersion" $) "networking.k8s.io/v1") }}
ingressClassName: {{ .Values.ingress.ingressClassName }}
{{- end }}
{{- if and .Values.service.loadBalancerIP }}
loadBalancerIP: {{ .Values.service.loadBalancerIP }}
{{- end }}
{{- if .Values.ingress.tls }}
tls:
{{- range .Values.ingress.tls }}
Expand Down
1 change: 1 addition & 0 deletions helm/akhq/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ service:
#httpNodePort: 32551
#managementNodePort: 32552
labels: {}
loadBalancerIP: ""
annotations:
# cloud.google.com/load-balancer-type: "Internal"

Expand Down

0 comments on commit 1d85857

Please sign in to comment.