Add namespace, secret for image registry, and prod configs

This commit is contained in:
Agent
2026-03-20 10:21:33 +00:00
parent f70ba958c7
commit fe66d197aa
9 changed files with 124 additions and 11 deletions

13
k8s/namespace.yaml Normal file
View File

@@ -0,0 +1,13 @@
apiVersion: v1
kind: Namespace
metadata:
name: todo-test
labels:
env: test
---
apiVersion: v1
kind: Namespace
metadata:
name: todo-prod
labels:
env: production