Skip to content

Commit

Permalink
Update helm template
Browse files Browse the repository at this point in the history
  • Loading branch information
piyushroshan committed Jan 10, 2024
1 parent d30741f commit b2413b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy/helm/templates/postgres/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,13 @@ spec:
- name: {{ .Values.postgresdb.name }}
image: {{ .Values.postgresdb.image }}:{{ .Values.postgresdb.version }}
imagePullPolicy: {{ .Values.postgresdb.imagePullPolicy }}
args: ["-c", "max_connections=500"]
ports:
- containerPort: {{ .Values.postgresdb.port }}
envFrom:
- configMapRef:
name: {{ .Values.postgresdb.config.name }}

volumeMounts:
- mountPath: /var/lib/postgresql/data
name: postgres-data
Expand Down

0 comments on commit b2413b5

Please sign in to comment.