++
This commit is contained in:
parent
cd67f0211e
commit
09c06170db
@ -6,3 +6,4 @@ resources:
|
|||||||
- nginx-configmap.yaml
|
- nginx-configmap.yaml
|
||||||
- backend.yaml
|
- backend.yaml
|
||||||
- frontend.yaml
|
- frontend.yaml
|
||||||
|
- namespace.yaml
|
||||||
|
|||||||
7
apps/notes/base/namespace.yaml
Normal file
7
apps/notes/base/namespace.yaml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
apiVersion: v1
|
||||||
|
kind: Namespace
|
||||||
|
metadata:
|
||||||
|
name: notes
|
||||||
|
labels:
|
||||||
|
istio-injection: enabled
|
||||||
Loading…
Reference in New Issue
Block a user