wat is that

Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
Martyn 2023-12-15 16:06:45 +01:00
parent 6e2e61ace8
commit 1e4c618773
1 changed files with 0 additions and 17 deletions

View File

@ -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