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