Files
infrastructure/clusters/cl01tl/manifests/soulsync/PersistentVolumeClaim-soulsync-config.yaml
gitea-bot b27f410641 Automated Manifest Update (#2837)
This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

Reviewed-on: #2837
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
2025-12-24 21:32:05 +00:00

18 lines
385 B
YAML

kind: PersistentVolumeClaim
apiVersion: v1
metadata:
name: soulsync-config
labels:
app.kubernetes.io/instance: soulsync
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: soulsync
helm.sh/chart: soulsync-4.5.0
namespace: soulsync
spec:
accessModes:
- "ReadWriteOnce"
resources:
requests:
storage: "10Gi"
storageClassName: "ceph-block"