wat is that
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
6e2e61ace8
commit
1e4c618773
|
@ -1,17 +0,0 @@
|
||||||
apiVersion: v1
|
|
||||||
kind: PersistentVolume
|
|
||||||
metadata:
|
|
||||||
name: {{ include "hyperion.fullname" . }}-data
|
|
||||||
labels:
|
|
||||||
{{- include "hyperion.labels" . | nindent 4 }}
|
|
||||||
spec:
|
|
||||||
accessModes:
|
|
||||||
- ReadWriteOnce
|
|
||||||
capacity:
|
|
||||||
storage: 100Mi
|
|
||||||
hostPath:
|
|
||||||
path: /home/hyperion
|
|
||||||
type: DirectoryOrCreate
|
|
||||||
persistentVolumeReclaimPolicy: Delete
|
|
||||||
storageClassName: local
|
|
||||||
volumeMode: Filesystem
|
|
Loading…
Reference in New Issue