This commit is contained in:
livneros-greeneye 2026-06-26 21:48:46 -04:00 committed by GitHub
commit 61ff11cc2c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View file

@ -8,6 +8,9 @@ metadata:
{{- toYaml .Values.service.annotations | nindent 4 }}
spec:
type: {{ .Values.service.type }}
{{- if and (eq .Values.service.type "LoadBalancer") .Values.service.loadBalancerClass }}
loadBalancerClass: {{ .Values.service.loadBalancerClass | quote }}
{{- end }}
ports:
- port: {{ .Values.service.port }}
targetPort: http

View file

@ -177,6 +177,7 @@ securityContext:
service:
type: ClusterIP # LoadBalancer, NodePort, ClusterIP
loadBalancerClass: ""
port: 3080
targetPort: 3080
containerPort: 3080