mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2024-11-21 23:40:19 +00:00
18 lines
390 B
YAML
18 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
|