1
0
Fork 0
mirror of https://github.com/SinTan1729/chhoto-url synced 2025-04-17 18:47:39 -05:00
chhoto-url/helm-chart/templates/pv.yml

13 lines
212 B
YAML

apiVersion: v1
kind: PersistentVolume
metadata:
name: chhoto-pv
labels:
app: chhoto-url
spec:
capacity:
storage: 100Mi
accessModes:
- ReadWriteOnce
hostPath:
path: /mnt/data/chhoto-data