Files
infra-apps/n8n/pvc.yaml
kaffa d30ad6fbd8 Fix n8n PVC: pin volumeName to existing PV
Prevents ArgoCD from unbinding the existing PV on sync.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-18 17:01:00 -07:00

13 lines
239 B
YAML

apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: n8n-data
spec:
accessModes:
- ReadWriteOnce
storageClassName: longhorn
volumeName: pvc-ebe4dd9c-8c9a-4485-91e0-9adf2b14b699
resources:
requests:
storage: 5Gi