From 9a0649e67191fb038d28972c166db61595757721 Mon Sep 17 00:00:00 2001 From: Julien Eyraud Date: Tue, 18 Sep 2018 17:42:10 +0200 Subject: [PATCH] Change postgresql mount path --- slides/k8s/portworx.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slides/k8s/portworx.md b/slides/k8s/portworx.md index 1086b67b..f959416f 100644 --- a/slides/k8s/portworx.md +++ b/slides/k8s/portworx.md @@ -295,7 +295,7 @@ It should show as `portworx-replicated (default)`. - With a `volumeClaimTemplate` requesting a 1 GB volume -- That volume will be mounted to `/var/lib/postgresql` +- That volume will be mounted to `/var/lib/postgresql/data` - There is another little detail: we enable the `stork` scheduler @@ -328,7 +328,7 @@ spec: - name: postgres image: postgres:10.5 volumeMounts: - - mountPath: /var/lib/postgresql + - mountPath: /var/lib/postgresql/data name: postgres volumeClaimTemplates: - metadata: