chore: Adds Dendrite for Matrix.

This commit is contained in:
imterah 2024-12-12 10:54:53 -05:00
parent 00146edc51
commit c0b85e3268
Signed by: imterah
GPG key ID: 8FA7DD57BA6CEA37
4 changed files with 75 additions and 0 deletions

View file

@ -0,0 +1,17 @@
apiVersion: v1
kind: Service
metadata:
namespace: matrix-dendrite-personal
name: dendrite
annotations:
metallb.universe.tf/loadBalancerIPs: 192.168.2.21
spec:
type: LoadBalancer
selector:
app.kubernetes.io/instance: dendrite
app.kubernetes.io/name: dendrite
ports:
- name: http
protocol: TCP
port: 8008
targetPort: http