summaryrefslogtreecommitdiff
path: root/data.d/k3s-master/manifests.d/hurzak/personal-services/ntfy/persistent-volume-claim.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'data.d/k3s-master/manifests.d/hurzak/personal-services/ntfy/persistent-volume-claim.yaml')
-rw-r--r--data.d/k3s-master/manifests.d/hurzak/personal-services/ntfy/persistent-volume-claim.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/data.d/k3s-master/manifests.d/hurzak/personal-services/ntfy/persistent-volume-claim.yaml b/data.d/k3s-master/manifests.d/hurzak/personal-services/ntfy/persistent-volume-claim.yaml
new file mode 100644
index 0000000..49e6297
--- /dev/null
+++ b/data.d/k3s-master/manifests.d/hurzak/personal-services/ntfy/persistent-volume-claim.yaml
@@ -0,0 +1,14 @@
+---
+apiVersion: v1
+kind: PersistentVolumeClaim
+metadata:
+ name: ntfy-data
+ namespace: personal-services
+spec:
+ storageClassName: local-path
+ accessModes:
+ - ReadWriteOnce
+ resources:
+ requests:
+ storage: 1Gi
+...