We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8358cce + 6e1c00a commit 62d9ef3Copy full SHA for 62d9ef3
helm-chart/templates/database/service.yaml
@@ -13,4 +13,6 @@ spec:
13
ports:
14
- name: postgresql
15
port: 5432
16
- nodePort: 30432
+ {{- if .Values.postgresql.nodePort }}
17
+ nodePort: {{ .Values.postgresql.nodePort }}
18
+ {{- end }}
helm-chart/values.yaml
@@ -70,3 +70,4 @@ postgresql:
70
affinity: {}
71
tolerations: []
72
serviceType: ClusterIP
73
+ nodePort: ~
0 commit comments