mirror of
https://github.com/harivansh-afk/agentikube.git
synced 2026-04-15 07:04:44 +00:00
init
This commit is contained in:
commit
0595d93c49
28 changed files with 1763 additions and 0 deletions
14
internal/manifest/templates/storageclass-efs.yaml.tmpl
Normal file
14
internal/manifest/templates/storageclass-efs.yaml.tmpl
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue