Files
infrastructures/flux-storages/hedgedoc.yaml
2024-12-05 12:27:31 +00:00

24 lines
515 B
YAML

---
apiVersion: v1
kind: PersistentVolume
metadata:
name: hedgedoc-iscsi
spec:
storageClassName: iscsi
volumeMode: Filesystem
capacity:
storage: 32G
accessModes:
- ReadWriteOnce
iscsi:
chapAuthDiscovery: false
chapAuthSession: true
fsType: xfs
initiatorName: iqn.2016-04.com.open-iscsi:38a483e890
iqn: iqn.2003-01.org.linux-iscsi.vms.x8664:sn.a9cb223bcd01
lun: 0
secretRef:
name: hedgedoc-iscsi
namespace: flux-system
targetPortal: 192.168.68.65:3260