apps(thelounge): Moved storage to seaweedfs-storage

This commit is contained in:
2025-06-30 09:12:55 -04:00
parent 98f0cd3bb8
commit 27c1818495

View File

@@ -1,44 +1,11 @@
apiVersion: v1
kind: PersistentVolume
metadata:
name: thelounge-pv
spec:
storageClassName: s3yuyuko
capacity:
storage: 5G
accessModes:
- ReadWriteOnce
claimRef:
namespace: default
name: thelounge-pvc
csi:
driver: ru.yandex.s3.csi
controllerPublishSecretRef:
name: csi-yuyuko-secret
namespace: kube-system
nodePublishSecretRef:
name: csi-yuyuko-secret
namespace: kube-system
nodeStageSecretRef:
name: csi-yuyuko-secret
namespace: kube-system
volumeAttributes:
capacity: 5G
mounter: s3fs-fuse
options: --memory-limit 1000 --dir-mode 0777 --file-mode 0666
volumeHandle: thelounge-pv
---
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: thelounge-pvc
spec:
accessModes:
- ReadWriteOnce
storageClassName: s3yuyuko
resources:
requests:
storage: 5G
volumeMode: Filesystem
volumeName: thelounge-pv
storage: 3Gi
storageClassName: seaweedfs-storage