Matrix synapse deployment

This commit is contained in:
2025-12-22 10:45:24 +01:00
parent 45b4768910
commit e3b6d23d55
4 changed files with 151 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
apiVersion: v1
kind: Service
metadata:
name: matrix-server-service
labels:
matrix-service: server
spec:
selector:
matrix-service: server
# This isn't used as Ingress is doing TLS termination
# type: LoadBalancer
type: ClusterIP
ports:
- name: matrix-server-http
appProtocol: TCP
port: 8008 # <- port that will be exposed