Files
wild-directory/matrix/service.yaml
2026-05-23 19:51:33 +00:00

19 lines
295 B
YAML

---
apiVersion: v1
kind: Service
metadata:
name: matrix-synapse
spec:
type: ClusterIP
ports:
- name: http
port: 8008
targetPort: 8008
protocol: TCP
- name: federation
port: 8448
targetPort: 8448
protocol: TCP
selector:
app: matrix-synapse