communication: create comms namespace

This commit is contained in:
Brad Stein 2026-01-01 12:58:55 -03:00
parent 554061711c
commit 32e98a7836
2 changed files with 6 additions and 0 deletions

View File

@ -4,6 +4,7 @@ kind: Kustomization
namespace: communication
resources:
- namespace.yaml
- namespace-comms.yaml
- synapse-rendered.yaml
- mas-configmap.yaml
- mas-deployment.yaml

View File

@ -0,0 +1,5 @@
# services/communication/namespace-comms.yaml
apiVersion: v1
kind: Namespace
metadata:
name: comms