first commit

This commit is contained in:
Ryan Cuda
2026-04-17 18:00:02 -07:00
commit 5abc90152e
8 changed files with 254 additions and 0 deletions

8
01-namespace.yaml Normal file
View File

@@ -0,0 +1,8 @@
apiVersion: v1
kind: Namespace
metadata:
annotations:
labels:
kubernetes.io/metadata.name: minecraft
name: minecraft
---