3737ff0bcb
PVC manifests: add volumeName to bind new PVCs to existing PVs whose old PVCs were accidentally deleted during Terraform->ArgoCD migration. All PVs patched to Retain to prevent data loss on pod restart. kube-prometheus-stack: replace invalid adminPassword.valueFrom.secretKeyRef (Helm values don't support k8s secretKeyRef syntax) with correct admin.existingSecret + admin.passwordKey pattern.
14 lines
266 B
YAML
14 lines
266 B
YAML
apiVersion: v1
|
|
kind: PersistentVolumeClaim
|
|
metadata:
|
|
name: neuron-data
|
|
namespace: neuron
|
|
spec:
|
|
storageClassName: local-path
|
|
volumeName: pvc-87da7604-ee6b-49cb-a2f8-cdc7bff0f81d
|
|
accessModes:
|
|
- ReadWriteOnce
|
|
resources:
|
|
requests:
|
|
storage: 5Gi
|