@@ -6,7 +6,7 @@ metadata:
labels:
app: matrix
spec:
- replicas: 3
+ replicas: 1
selector:
matchLabels:
@@ -18,6 +18,9 @@ spec:
containers:
- name: matrix
image: ghcr.io/element-hq/synapse
+ env:
+ - name: SYNAPSE_SERVER_NAME
+ value: "matrix.dezendorf.net"
ports:
- name: web
containerPort: 8008