Add namespace, secret for image registry, and prod configs
This commit is contained in:
13
k8s/namespace.yaml
Normal file
13
k8s/namespace.yaml
Normal 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
|
||||
Reference in New Issue
Block a user