This commit is contained in:
2025-10-04 15:22:47 +08:00
parent fd6cba2e34
commit 27715efe7c
9 changed files with 532 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Kubernetes Namespace Configuration
apiVersion: v1
kind: Namespace
metadata:
name: ${KUBERNETES_NAMESPACE}
labels:
name: ${KUBERNETES_NAMESPACE}