added load balancerip support (#572)

This commit is contained in:
Idan Bunimovich
2025-01-16 11:04:05 +02:00
committed by GitHub
parent 13ac6385da
commit dabf99ec1f
2 changed files with 4 additions and 0 deletions

View File

@@ -13,3 +13,6 @@ spec:
name: http name: http
selector: selector:
{{- include "helm-dashboard.selectorLabels" . | nindent 4 }} {{- include "helm-dashboard.selectorLabels" . | nindent 4 }}
{{- if .Values.service.loadBalancerIP }}
loadBalancerIP: {{ .Values.service.loadBalancerIP }}
{{- end }}

View File

@@ -106,6 +106,7 @@ securityContext: {}
service: service:
type: ClusterIP type: ClusterIP
port: 8080 port: 8080
loadBalancerIP: null
ingress: ingress:
enabled: false enabled: false