cluster

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

commit 1f485e5a05004e32788c7ce032b7183c0c637328
parent 8d68786563bf2edf6cb4007459a41e7bba896eb2
Author: MTRNord <mtrnord1@gmail.com>
Date:   Thu,  7 Mar 2024 14:09:16 +0100

Manually handle the s3 certs

Diffstat:
Mapps/base/matrix/element-call/kustomization.yaml | 1+
Aapps/base/matrix/element-call/s3_certs.yaml | 26++++++++++++++++++++++++++
2 files changed, 27 insertions(+), 0 deletions(-)

diff --git a/apps/base/matrix/element-call/kustomization.yaml b/apps/base/matrix/element-call/kustomization.yaml @@ -6,3 +6,4 @@ resources: - release.yaml - ingress_livekit.yaml - s3_ingress.yaml + - s3_certs.yaml diff --git a/apps/base/matrix/element-call/s3_certs.yaml b/apps/base/matrix/element-call/s3_certs.yaml @@ -0,0 +1,26 @@ +--- +apiVersion: cert-manager.io/v1 +kind: Certificate +metadata: + name: console.call-s3.midnightthoughts.space + namespace: element-call +spec: + commonName: console.call-s3.midnightthoughts.space + secretName: console.call-s3.midnightthoughts.space-tls + dnsNames: + - console.call-s3.midnightthoughts.space + issuerRef: + name: letsencrypt-http +--- +apiVersion: cert-manager.io/v1 +kind: Certificate +metadata: + name: call-s3.midnightthoughts.space + namespace: element-call +spec: + commonName: call-s3.midnightthoughts.space + secretName: call-s3.midnightthoughts.space-tls + dnsNames: + - call-s3.midnightthoughts.space + issuerRef: + name: letsencrypt-http