Skip to content
Snippets Groups Projects
Commit 8a5a0fc6 authored by Denis Sukhoroslov's avatar Denis Sukhoroslov
Browse files

Update postgres-deployment.yaml

parent 0e6bd338
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,8 @@ spec:
imagePullPolicy: IfNotPresent
ports:
- containerPort: 5432
securityContext:
allowPrivilegeEscalation: false
volumeMounts:
- mountPath: /var/lib/postgresql/data
name: fc-postgres
......@@ -57,4 +59,4 @@ spec:
volumes:
- name: fc-postgres
persistentVolumeClaim:
claimName: fc-postgres-claim
\ No newline at end of file
claimName: fc-postgres-claim
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment