homelab-gitops/linkwarden/postgres-pv.yml
gwg313 d4f0396eca
add linkwarden
Signed-off-by: gwg313 <gwg313@pm.me>
2025-07-25 22:00:23 -04:00

22 lines
506 B
YAML

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