Files
infrastructure/clusters/cl01tl/manifests/roundcube/PersistentVolumeClaim-roundcube-data.yaml
gitea-bot 5d2618f0ac Automated Manifest Update (#3098)
This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

Reviewed-on: #3098
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
2026-01-07 23:18:55 +00:00

20 lines
436 B
YAML

kind: PersistentVolumeClaim
apiVersion: v1
metadata:
name: roundcube-data
labels:
app.kubernetes.io/instance: roundcube
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: roundcube
helm.sh/chart: roundcube-4.6.0
annotations:
helm.sh/resource-policy: keep
namespace: roundcube
spec:
accessModes:
- "ReadWriteOnce"
resources:
requests:
storage: "5Gi"
storageClassName: "ceph-block"