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 f6bdcba commit b3ace96Copy full SHA for b3ace96
k8s/postgresql.yaml
@@ -51,11 +51,11 @@ metadata:
51
name: postgres-pvc
52
spec:
53
accessModes:
54
- - ReadWriteMany
+ - ReadWriteOnce
55
resources:
56
requests:
57
storage: 1Gi
58
- storageClassName: ""
+ storageClassName: "default"
59
60
---
61
apiVersion: v1
k8s/pv.yaml
@@ -7,8 +7,8 @@ spec:
7
8
volumeMode: Filesystem
9
10
11
persistentVolumeReclaimPolicy: Recycle
12
hostPath:
13
path: /data/pv0001
14
0 commit comments