FEAT(config): add dev environment configuration

- Add development environment settings
- Configure dev-specific resources
This commit is contained in:
2025-12-03 14:36:59 +09:00
parent 5e52af8c32
commit 6a2cc5fe33
5 changed files with 59 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
apiVersion: v1
kind: Namespace
metadata:
name: todo-dev
labels:
environment: development
app: todo