add linkwarden

Signed-off-by: gwg313 <gwg313@pm.me>
This commit is contained in:
gwg313 2025-07-25 21:45:00 -04:00
parent 6112c40702
commit d4f0396eca
Signed by: gwg313
GPG key ID: 60FF63B4826B7400
16 changed files with 304 additions and 0 deletions

View file

@ -0,0 +1,22 @@
apiVersion: v1
kind: PersistentVolume
metadata:
name: linkwarden-postgres-pv
spec:
capacity:
storage: 5Gi
accessModes:
- ReadWriteOnce
persistentVolumeReclaimPolicy: Retain
iscsi:
targetPortal: truenas.local.gwg313.xyz:3260
iqn: iqn.2005-10.org.freenas.ctl:linkwarden-postgres
lun: 1
fsType: ext4
chapAuthDiscovery: true
chapAuthSession: true
secretRef:
name: linkwarden-iscsi-auth
claimRef:
namespace: linkwarden
name: linkwarden-postgres-pvc