From a0d0738faa234364f1dc64493c60cf6e4ed3ee1e Mon Sep 17 00:00:00 2001 From: xring Date: Thu, 30 Apr 2026 23:11:18 +0800 Subject: [PATCH] add subPath to volumeMount postgres-data --- deploy/k8s/overlays/with-infra/postgres-statefulset.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy/k8s/overlays/with-infra/postgres-statefulset.yaml b/deploy/k8s/overlays/with-infra/postgres-statefulset.yaml index 24490c78..26f4dc0c 100644 --- a/deploy/k8s/overlays/with-infra/postgres-statefulset.yaml +++ b/deploy/k8s/overlays/with-infra/postgres-statefulset.yaml @@ -37,6 +37,7 @@ spec: volumeMounts: - name: postgres-data mountPath: /var/lib/postgresql/data + subPath: pgdata readinessProbe: exec: command: