cluster

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

commit f8df006fe526092cc93bb5d83b3a3956e8be0a12
parent 72a9847c2369976ad7cb1afc83940d5aeaf6541a
Author: MTRNord <mtrnord1@gmail.com>
Date:   Mon, 16 Sep 2024 11:17:58 +0200

Fix typo

Diffstat:
Mapps/base/coder/release.yaml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/apps/base/coder/release.yaml b/apps/base/coder/release.yaml @@ -30,12 +30,12 @@ spec: service: type: ClusterIP ingress: - enabled: true + enable: true host: coder.midnightthoughts.space wildcardHost: "*.coder.midnightthoughts.space" annotations: cert-manager.io/cluster-issuer: letsencrypt-dns - external-dns.alpha.kubernetes.io/hostname: coder.midnightthoughts.space + external-dns.alpha.kubernetes.io/hostname: midnightthoughts.space tls: enable: true secretName: coder.midnightthoughts.space-tls