cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit bbbbc340eb05072b72339021a033efd858f52634
parent 929dc906d2ffc843cfb8ae1f96a5471d93af49e7
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed,  6 Mar 2024 22:47:16 +0100

Fix ingress

Diffstat:
Mapps/base/matrix/element-call/s3_ingress.yaml | 14++++----------
1 file changed, 4 insertions(+), 10 deletions(-)

diff --git a/apps/base/matrix/element-call/s3_ingress.yaml b/apps/base/matrix/element-call/s3_ingress.yaml @@ -8,12 +8,9 @@ spec: entryPoints: - websecure routes: - - kind: Rule - match: HostSNI(`console.call-s3.midnightthoughts.space`) + - match: HostSNI(`console.call-s3.midnightthoughts.space`) services: - - kind: Service - name: element-call-hl - namespace: element-call + - name: element-call-hl port: 9000 tls: passthrough: true @@ -27,12 +24,9 @@ spec: entryPoints: - websecure routes: - - kind: Rule - match: HostSNI(`call-s3.midnightthoughts.space`) + - match: HostSNI(`call-s3.midnightthoughts.space`) services: - - kind: Service - name: minio - namespace: element-call + - name: minio port: 443 tls: passthrough: true