aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/postgres/postgres-deployment.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'kubernetes/postgres/postgres-deployment.yaml')
-rw-r--r--kubernetes/postgres/postgres-deployment.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/postgres/postgres-deployment.yaml b/kubernetes/postgres/postgres-deployment.yaml
index 2711117..41d4942 100644
--- a/kubernetes/postgres/postgres-deployment.yaml
+++ b/kubernetes/postgres/postgres-deployment.yaml
@@ -52,7 +52,7 @@ spec:
optional: false
volumeMounts:
- name: postgres-data
- mountPath: /var/lib/postgres/data
+ mountPath: /var/lib/postgresql/data
volumes:
- name: postgres-data
persistentVolumeClaim: