# services/communication/synapse-federation-service.yaml apiVersion: v1 kind: Service metadata: name: synapse-federation spec: clusterIP: 10.43.60.60 selector: app.kubernetes.io/name: matrix-synapse app.kubernetes.io/instance: othrys-synapse ports: - name: federation port: 8448 targetPort: 8008 protocol: TCP