Files
infrastructure/clusters/cl01tl/manifests/postiz/PersistentVolumeClaim-postiz-uploads.yml

22 lines
482 B
YAML

---
# Source: postiz/charts/postiz/templates/common.yaml
kind: PersistentVolumeClaim
apiVersion: v1
metadata:
name: postiz-uploads
labels:
app.kubernetes.io/instance: postiz
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: postiz
helm.sh/chart: postiz-4.4.0
annotations:
helm.sh/resource-policy: keep
namespace: postiz
spec:
accessModes:
- "ReadWriteOnce"
resources:
requests:
storage: "10Gi"
storageClassName: "ceph-block"