mirror of
https://github.com/SinTan1729/chhoto-url
synced 2025-04-17 18:47:39 -05:00
13 lines
230 B
YAML
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 }}
|