From 7c2908bea6487d03c07f805b80e158f402a7c9ea Mon Sep 17 00:00:00 2001 From: fenix-gitea-admin Date: Thu, 30 Oct 2025 09:11:43 +0000 Subject: [PATCH] Update roles/stolon/files/stolon-nfs-csi.yaml --- roles/stolon/files/stolon-nfs-csi.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/stolon/files/stolon-nfs-csi.yaml b/roles/stolon/files/stolon-nfs-csi.yaml index 88ee029..55faa21 100644 --- a/roles/stolon/files/stolon-nfs-csi.yaml +++ b/roles/stolon/files/stolon-nfs-csi.yaml @@ -5,7 +5,7 @@ metadata: namespace: postgresql provisioner: nfs.csi.k8s.io parameters: - server: 192.168.1.34 - share: /mnt/pool/data/k8s-Volumes/postgress_stolon/keepers + server: 192.168.1.22 + share: /mnt/pool/data/k8s-Volumes/k8s-cluster-iac-deployed allowVolumeExpansion: true reclaimPolicy: Retain \ No newline at end of file