unip-controller/deploy/s3/sc.yaml
2025-04-15 20:56:15 +03:00

19 lines
No EOL
952 B
YAML

kind: StorageClass
apiVersion: storage.k8s.io/v1
metadata:
name: unip-system-controller-csi-s3-sc
provisioner: ru.yandex.s3.csi
parameters:
mounter: geesefs
# you can set mount options here, for example limit memory cache size (recommended)
# options: "--memory-limit 1000 --dir-mode 0777 --file-mode 0666"
# to use an existing bucket, specify it here:
# bucket: cloud-platform-dev-gc6d85hf
csi.storage.k8s.io/provisioner-secret-name: csi-s3-secret
csi.storage.k8s.io/provisioner-secret-namespace: unip-system-controller
csi.storage.k8s.io/controller-publish-secret-name: csi-s3-secret
csi.storage.k8s.io/controller-publish-secret-namespace: unip-system-controller
csi.storage.k8s.io/node-stage-secret-name: csi-s3-secret
csi.storage.k8s.io/node-stage-secret-namespace: unip-system-controller
csi.storage.k8s.io/node-publish-secret-name: csi-s3-secret
csi.storage.k8s.io/node-publish-secret-namespace: unip-system-controller