Restructure repository around homelab cluster composition

This commit is contained in:
2026-07-23 00:11:24 +02:00
parent fd3cbb89c2
commit 2a2d75d448
10 changed files with 20 additions and 2 deletions
+16
View File
@@ -0,0 +1,16 @@
apiVersion: v1
kind: Pod
metadata:
name: test-pod
namespace: test-storage
spec:
containers:
- name: test
image: nginx
volumeMounts:
- mountPath: /data
name: vol
volumes:
- name: vol
persistentVolumeClaim:
claimName: test-pvc