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
2025-04-10 21:46:39 +02:00

13 lines
230 B
YAML

apiVersion: v1
kind: PersistentVolume
metadata:
name: chhoto-pv
labels:
app: chhoto-url
spec:
capacity:
storage: 100Mi
accessModes:
- ReadWriteOnce
hostPath:
path: {{ .Values.persistence.hostPath.path }}