mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2024-11-22 07:50:19 +00:00
19 lines
390 B
YAML
19 lines
390 B
YAML
|
apiVersion: v1
|
||
|
kind: PersistentVolume
|
||
|
metadata:
|
||
|
name: uptime-kuma
|
||
|
labels:
|
||
|
app: uptime-kuma
|
||
|
app.kubernetes.io/instance: uptime-kuma
|
||
|
app.kubernetes.io/name: uptime-kuma
|
||
|
spec:
|
||
|
capacity:
|
||
|
storage: 5Gi
|
||
|
accessModes:
|
||
|
- ReadWriteOnce
|
||
|
persistentVolumeReclaimPolicy: Retain
|
||
|
storageClassName: longhorn
|
||
|
csi:
|
||
|
driver: driver.longhorn.io
|
||
|
volumeHandle: uptime-kuma
|