mirror of
https://github.com/gwg313/homelab-gitops.git
synced 2026-06-24 06:18:01 +00:00
nfs-subdir
Signed-off-by: gwg313 <gwg313@pm.me>
This commit is contained in:
parent
bf61a80fee
commit
d7281ecee8
5 changed files with 88 additions and 0 deletions
27
platform/nfs-subdir/values.yaml
Normal file
27
platform/nfs-subdir/values.yaml
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
nfs-subdir-external-provisioner:
|
||||
nfs:
|
||||
server: truenas.local.gwg313.xyz
|
||||
path: /mnt/tank/k8s/nfs-subdir
|
||||
mountOptions:
|
||||
- hard
|
||||
- noatime
|
||||
|
||||
storageClass:
|
||||
create: true
|
||||
name: nfs-client
|
||||
defaultClass: true
|
||||
accessModes: ReadWriteMany
|
||||
reclaimPolicy: Delete
|
||||
archiveOnDelete: "true"
|
||||
pathPattern: "${.PVC.namespace}/${.PVC.name}"
|
||||
|
||||
podSecurityContext:
|
||||
runAsNonRoot: true
|
||||
runAsUser: 65534
|
||||
fsGroup: 65534
|
||||
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
capabilities:
|
||||
drop:
|
||||
- ALL
|
||||
Loading…
Add table
Add a link
Reference in a new issue