Prevents ArgoCD from unbinding the existing PV on sync. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
13 lines
239 B
YAML
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
|