mirror of
https://github.com/harivansh-afk/agentikube.git
synced 2026-04-15 07:04:44 +00:00
14 lines
380 B
Cheetah
14 lines
380 B
Cheetah
apiVersion: storage.k8s.io/v1
|
|
kind: StorageClass
|
|
metadata:
|
|
name: efs-sandbox
|
|
provisioner: efs.csi.aws.com
|
|
parameters:
|
|
provisioningMode: efs-ap
|
|
fileSystemId: {{ .Storage.FilesystemID }}
|
|
directoryPerms: "755"
|
|
uid: "{{ .Storage.UID }}"
|
|
gid: "{{ .Storage.GID }}"
|
|
basePath: {{ .Storage.BasePath }}
|
|
reclaimPolicy: {{ .Storage.ReclaimPolicy }}
|
|
volumeBindingMode: Immediate
|