mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-ansible-private.git
synced 2025-12-17 11:37:09 +00:00
teste com secrets falsos
This commit is contained in:
11
roles/stolon/kubernetes-files/stolon-nfs-csi.yaml
Normal file
11
roles/stolon/kubernetes-files/stolon-nfs-csi.yaml
Normal file
@ -0,0 +1,11 @@
|
||||
apiVersion: storage.k8s.io/v1
|
||||
kind: StorageClass
|
||||
metadata:
|
||||
name: stolon-nfs-csi
|
||||
namespace: postgresql
|
||||
provisioner: nfs.csi.k8s.io
|
||||
parameters:
|
||||
server: 192.168.1.34
|
||||
share: /mnt/pool/data/k8s-Volumes/postgress_stolon/keepers
|
||||
allowVolumeExpansion: true
|
||||
reclaimPolicy: Retain
|
||||
Reference in New Issue
Block a user