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.
1 parent d79109c commit 85b018dCopy full SHA for 85b018d
1 file changed
k8s/portfolio/postgres/deployment.yaml
@@ -22,3 +22,10 @@ spec:
22
envFrom:
23
- secretRef:
24
name: postgres-secret
25
+ volumeMounts:
26
+ - name: postgres-data
27
+ mountPath: /var/lib/postgresql/data
28
+ volumes:
29
30
+ persistentVolumeClaim:
31
+ claimName: postgres-pvc
0 commit comments