1
0

add kubernetes configs
Build and Push Docker Image / build-and-push (push) Has been cancelled

This commit is contained in:
2026-05-11 11:33:58 +02:00
parent 0922c15768
commit 81c32eba71
5 changed files with 80 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
apiVersion: v1
kind: PersistentVolume
metadata:
name: simplefilehub-storage-volume
labels:
type: local
spec:
storageClassName: manual
capacity:
storage: 1Gi
accessModes:
- ReadWriteOnce
hostPath:
path: "/mnt/data"