File tree Expand file tree Collapse file tree 4 files changed +6
-0
lines changed Expand file tree Collapse file tree 4 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 1313 - port : 9900
1414 targetPort : http
1515 protocol : TCP
16+ {{- if (and .Values.service.nodePort (eq .Values.service.type "NodePort")) }}
17+ nodePort : {{ .Values.service.nodePort }}{{- end}}
1618 name : http
1719 selector :
1820 {{- include "auditlogger.selectorLabels" . | nindent 4 }}
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ service:
5252 # "WE disable this for now as we work on vcluster"
5353 # 2023-09-18: Adding this back so this can work on non-vcluster environments, like kind+knative+apisnoop
5454 clusterIP : 10.96.96.96
55+ # nodePort: 30990
5556
5657resources :
5758 {}
Original file line number Diff line number Diff line change 99 ports :
1010 - port : {{ .Values.service.port }}
1111 targetPort : {{ .Values.service.port }}
12+ {{- if (and .Values.service.nodePort (eq .Values.service.type "NodePort")) }}
13+ nodePort : {{ .Values.service.nodePort }}{{- end}}
1214 protocol : TCP
1315 name : postgres
1416 selector :
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ securityContext:
4848service :
4949 type : ClusterIP
5050 port : 5432
51+ # nodePort: 30432
5152
5253resources :
5354 {}
You can’t perform that action at this time.
0 commit comments