Kubernetes.K3s.installLog/services/Argus/persistentvolume-argus.yml

20 lines
422 B
YAML
Raw Normal View History

2023-09-19 08:02:18 +00:00
---
apiVersion: v1
kind: PersistentVolume
metadata:
name: flexvolsmb-argus-data
spec:
capacity:
storage: 1Gi
accessModes:
- ReadWriteMany
storageClassName: flexvolsmb-argus-data
flexVolume:
driver: mount/smb
secretRef:
2024-01-02 06:31:53 +00:00
name: flexvolsmb-credentials
2023-09-19 08:02:18 +00:00
options:
2024-01-02 06:31:53 +00:00
opts: file_mode=0777,dir_mode=0777,iocharset=utf8,nobrl
server: 192.168.154.225
2023-09-19 08:02:18 +00:00
share: /K3s.Volumes/argus/data