titan-iac/services/comms/kustomization.yaml

58 lines
1.6 KiB
YAML
Raw Normal View History

2026-01-01 13:03:43 -03:00
# services/comms/kustomization.yaml
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
2026-01-08 01:55:58 -03:00
namespace: comms
2026-01-01 13:03:43 -03:00
resources:
- namespace.yaml
2026-01-08 01:55:58 -03:00
- mas-configmap.yaml
- helmrelease.yaml
2026-01-08 05:34:03 -03:00
- livekit-config.yaml
- element-call-config.yaml
- element-call-deployment.yaml
- guest-register-deployment.yaml
- guest-register-service.yaml
- atlasbot-deployment.yaml
- wellknown.yaml
- atlasbot-rbac.yaml
- mas-secrets-ensure-rbac.yaml
- comms-secrets-ensure-rbac.yaml
2026-01-08 02:45:00 -03:00
- mas-db-ensure-rbac.yaml
2026-01-08 05:34:03 -03:00
- mas-admin-client-secret-ensure-job.yaml
2026-01-08 02:45:00 -03:00
- mas-db-ensure-job.yaml
- comms-secrets-ensure-job.yaml
2026-01-08 05:34:03 -03:00
- synapse-seeder-admin-ensure-job.yaml
2026-01-08 04:55:52 -03:00
- synapse-user-seed-job.yaml
- mas-local-users-ensure-job.yaml
2026-01-08 01:55:58 -03:00
- mas-deployment.yaml
2026-01-08 05:34:03 -03:00
- livekit-token-deployment.yaml
2026-01-08 01:55:58 -03:00
- livekit.yaml
- coturn.yaml
2026-01-08 05:34:03 -03:00
- seed-othrys-room.yaml
- guest-name-job.yaml
- othrys-kick-numeric-job.yaml
2026-01-08 05:34:03 -03:00
- pin-othrys-job.yaml
2026-01-08 01:55:58 -03:00
- reset-othrys-room-job.yaml
- bstein-force-leave-job.yaml
2026-01-08 05:34:03 -03:00
- livekit-ingress.yaml
- livekit-middlewares.yaml
2026-01-08 01:55:58 -03:00
- matrix-ingress.yaml
configMapGenerator:
2026-01-13 09:59:39 -03:00
- name: matrix-guest-register
files:
- server.py=scripts/guest-register/server.py
options:
disableNameSuffixHash: true
- name: atlasbot
files:
- bot.py=scripts/atlasbot/bot.py
options:
disableNameSuffixHash: true
2026-01-08 01:55:58 -03:00
- name: atlas-kb
files:
- INDEX.md=knowledge/INDEX.md
- atlas.json=knowledge/catalog/atlas.json
- atlas-summary.json=knowledge/catalog/atlas-summary.json
- runbooks.json=knowledge/catalog/runbooks.json
- atlas-http.mmd=knowledge/diagrams/atlas-http.mmd