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

21
kube/volume.yaml Normal file
View File

@@ -0,0 +1,21 @@
apiVersion: v1
kind: PersistentVolume
metadata:
name: blog-html
spec:
capacity:
storage: 1T
volumeMode: Filesystem
accessModes:
- ReadWriteOnce
persistentVolumeReclaimPolicy: Delete
local:
path: /hdd/blog
nodeAffinity:
required:
nodeSelectorTerms:
- matchExpressions:
- key: kubernetes.io/hostname
operator: In
values:
- tymur999srv