kube infrastructure

This commit is contained in:
2026-02-28 19:32:29 -06:00
parent 4abce9f36b
commit 1f1bf2540d
6 changed files with 188 additions and 0 deletions

11
kube/pvc.yaml Normal file
View File

@@ -0,0 +1,11 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: blog-html
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 1T
volumeName: blog-html