This commit is contained in:
ivan 2026-07-21 21:19:57 +05:00
parent cd67f0211e
commit 09c06170db
2 changed files with 8 additions and 0 deletions

View File

@ -6,3 +6,4 @@ resources:
- nginx-configmap.yaml
- backend.yaml
- frontend.yaml
- namespace.yaml

View File

@ -0,0 +1,7 @@
---
apiVersion: v1
kind: Namespace
metadata:
name: notes
labels:
istio-injection: enabled