# services/comms/kustomization.yaml apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization namespace: comms resources: - namespace.yaml - mas-configmap.yaml - element-rendered.yaml - 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 - mas-db-ensure-rbac.yaml - mas-admin-client-secret-ensure-job.yaml - mas-db-ensure-job.yaml - comms-secrets-ensure-job.yaml - synapse-signingkey-ensure-job.yaml - synapse-seeder-admin-ensure-job.yaml - synapse-user-seed-job.yaml - mas-local-users-ensure-job.yaml - synapse-rendered.yaml - mas-deployment.yaml - livekit-token-deployment.yaml - livekit.yaml - coturn.yaml - seed-othrys-room.yaml - guest-name-job.yaml - othrys-kick-numeric-job.yaml - pin-othrys-job.yaml - reset-othrys-room-job.yaml - bstein-force-leave-job.yaml - livekit-ingress.yaml - livekit-middlewares.yaml - matrix-ingress.yaml patches: - path: synapse-deployment-strategy-patch.yaml configMapGenerator: - 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 - name: othrys-synapse-redis-health files: - ping_readiness_local.sh=scripts/synapse/redis/ping_readiness_local.sh - ping_liveness_local.sh=scripts/synapse/redis/ping_liveness_local.sh - ping_readiness_master.sh=scripts/synapse/redis/ping_readiness_master.sh - ping_liveness_master.sh=scripts/synapse/redis/ping_liveness_master.sh - ping_readiness_local_and_master.sh=scripts/synapse/redis/ping_readiness_local_and_master.sh - ping_liveness_local_and_master.sh=scripts/synapse/redis/ping_liveness_local_and_master.sh options: disableNameSuffixHash: true - name: othrys-synapse-redis-scripts files: - start-master.sh=scripts/synapse/redis/start-master.sh options: disableNameSuffixHash: true - name: othrys-synapse-matrix-synapse-scripts files: - signing-key.sh=scripts/synapse/signing-key.sh options: disableNameSuffixHash: true - 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