Skip to content

Commit

Permalink
switch ariang to smb
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas committed Nov 2, 2024
1 parent b2a102c commit ef5c1ed
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions apps/ariang/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,21 @@ spec:

volume:
volumeSpec:
accessModes:
- ReadWriteOnce
capacity:
storage: 16Ti
nfs:
path: /srv/storage/tmp
server: fileserver.chaosdorf.space
accessModes:
- ReadWriteMany
persistentVolumeReclaimPolicy: Retain
mountOptions:
- dir_mode=0777
- file_mode=0777
- guest
csi:
driver: smb.csi.k8s.io
readOnly: false
volumeHandle: smb-fileserver-ariang
volumeAttributes:
source: //fileserver.chaosdorf.space/public

persistence:
volumeClaimSpec:
Expand Down

0 comments on commit ef5c1ed

Please sign in to comment.