Skip to content

Commit 62d9ef3

Browse files
Merge pull request #52 from CodeForPhilly/develop
Release: v0.1.5
2 parents 8358cce + 6e1c00a commit 62d9ef3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

helm-chart/templates/database/service.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,6 @@ spec:
1313
ports:
1414
- name: postgresql
1515
port: 5432
16-
nodePort: 30432
16+
{{- if .Values.postgresql.nodePort }}
17+
nodePort: {{ .Values.postgresql.nodePort }}
18+
{{- end }}

helm-chart/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,4 @@ postgresql:
7070
affinity: {}
7171
tolerations: []
7272
serviceType: ClusterIP
73+
nodePort: ~

0 commit comments

Comments
 (0)