Remove(storage): iscsi not working

This commit is contained in:
2024-12-07 08:39:52 +00:00
parent fb0af18935
commit a817ae1e6b
2 changed files with 0 additions and 31 deletions

View File

@@ -1,23 +0,0 @@
---
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

View File

@@ -1,8 +0,0 @@
---
apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
name: iscsi
provisioner: kubernetes.io/no-provisioner
volumeBindingMode: WaitForFirstConsumer
reclaimPolicy: Retain