mirror of
https://github.com/optim-enterprises-bv/databunker.git
synced 2025-10-29 17:12:22 +00:00
minor improvments
This commit is contained in:
@@ -11,8 +11,8 @@ spec:
|
||||
targetPort: http
|
||||
protocol: TCP
|
||||
name: http
|
||||
{{- if contains "NodePort" .Values.service.type }}
|
||||
nodePort: 30300
|
||||
{{- end }}
|
||||
{{- if and (or (eq .Values.service.type "NodePort") (eq .Values.service.type "LoadBalancer")) (not (empty .Values.service.nodePort)) }}
|
||||
nodePort: {{ .Values.service.nodePort }}
|
||||
{{- end }}
|
||||
selector:
|
||||
{{- include "databunker-demo.selectorLabels" . | nindent 4 }}
|
||||
|
||||
@@ -39,6 +39,7 @@ securityContext: {}
|
||||
service:
|
||||
type: ClusterIP
|
||||
port: 3000
|
||||
nodePort: 30300
|
||||
|
||||
ingress:
|
||||
enabled: false
|
||||
|
||||
Reference in New Issue
Block a user