add karakeep
Signed-off-by: gwg313 <gwg313@pm.me>
This commit is contained in:
parent
b345ca7e36
commit
f90093f5e1
18 changed files with 304 additions and 3 deletions
22
karakeep/data-pv.yaml
Normal file
22
karakeep/data-pv.yaml
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
apiVersion: v1
|
||||
kind: PersistentVolume
|
||||
metadata:
|
||||
name: karakeep-data-pv
|
||||
spec:
|
||||
capacity:
|
||||
storage: 5Gi
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
persistentVolumeReclaimPolicy: Retain
|
||||
iscsi:
|
||||
targetPortal: truenas.local.gwg313.xyz:3260
|
||||
iqn: iqn.2005-10.org.freenas.ctl:karakeep-data
|
||||
lun: 0
|
||||
fsType: ext4
|
||||
chapAuthDiscovery: true
|
||||
chapAuthSession: true
|
||||
secretRef:
|
||||
name: karakeep-iscsi-auth
|
||||
claimRef:
|
||||
namespace: karakeep
|
||||
name: karakeep-data-pvc
|
||||
Loading…
Add table
Add a link
Reference in a new issue