Kubernetes.K3s.installLog/services/Pterodactyl/persistentvolume-flexvolsmb-pterodactyl-logs.yaml

20 lines
477 B
YAML
Raw Normal View History

2025-06-07 13:21:56 +10:00
apiVersion: v1
kind: PersistentVolume
metadata:
name: flexvolsmb-pterodactyl-logs
namespace: pterodactyl
spec:
capacity:
storage: 1Gi
accessModes:
- ReadWriteMany
storageClassName: flexvolsmb-pterodactyl-logs
flexVolume:
driver: mount/smb
secretRef:
name: flexvolsmb-credentials
options:
opts: file_mode=0600,dir_mode=0700,uid=100,gid=101,iocharset=utf8,nobrl
server: 192.168.154.195
share: /K3s.Volumes/pterodactyl/logs