Add Matrix.

This commit is contained in:
2026-01-04 19:36:40 +00:00
parent d756126a34
commit 39095e76d2
9 changed files with 498 additions and 0 deletions

18
matrix/service.yaml Normal file
View File

@@ -0,0 +1,18 @@
---
apiVersion: v1
kind: Service
metadata:
name: matrix-synapse
spec:
type: ClusterIP
ports:
- name: http
port: {{ .port }}
targetPort: {{ .port }}
protocol: TCP
- name: federation
port: {{ .federationPort }}
targetPort: {{ .federationPort }}
protocol: TCP
selector:
app: matrix-synapse