ff2e6cc985
Namespaces: argocd, authentik, backup-system, cloudflare-ddns, gitea, homarr, monitoring, n8n, openclaw, polymarket-bot, vaultwarden Cluster-wide: clusterissuers, namespaces Secrets: redacted (structure only, data=REDACTED)
25 lines
895 B
YAML
25 lines
895 B
YAML
apiVersion: v1
|
|
kind: PersistentVolumeClaim
|
|
metadata:
|
|
annotations:
|
|
kubectl.kubernetes.io/last-applied-configuration: '{"apiVersion":"v1","kind":"PersistentVolumeClaim","metadata":{"annotations":{},"name":"homarr-db-pvc","namespace":"homarr"},"spec":{"accessModes":["ReadWriteOnce"],"resources":{"requests":{"storage":"1Gi"}},"storageClassName":"local-path"}}
|
|
|
|
'
|
|
pv.kubernetes.io/bind-completed: 'yes'
|
|
pv.kubernetes.io/bound-by-controller: 'yes'
|
|
volume.beta.kubernetes.io/storage-provisioner: rancher.io/local-path
|
|
volume.kubernetes.io/selected-node: chemavx-k8
|
|
volume.kubernetes.io/storage-provisioner: rancher.io/local-path
|
|
name: homarr-db-pvc
|
|
namespace: homarr
|
|
spec:
|
|
accessModes:
|
|
- ReadWriteOnce
|
|
resources:
|
|
requests:
|
|
storage: 1Gi
|
|
storageClassName: local-path
|
|
volumeMode: Filesystem
|
|
volumeName: pvc-d69e810c-9549-40c1-b113-27a88b79ea0a
|
|
|