Element-web manifests

This commit is contained in:
2025-12-22 10:45:12 +01:00
parent 2553d21306
commit 45b4768910
6 changed files with 155 additions and 0 deletions

View File

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