commit 10367f77b147bcd992b12a0b1c704bfbd5e15e02 parent 8fc4fc63877b98ecbc8699d4f27c286aa728a5a1 Author: MTRNord <mtrnord1@gmail.com> Date: Mon, 16 Sep 2024 11:30:26 +0200 meow Diffstat:
| M | apps/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 @@ -32,11 +32,11 @@ spec: ingress: enable: true host: coder.midnightthoughts.space - wildcardHost: "*.coder.midnightthoughts.space" + wildcardHost: "*.workspaces.coder.midnightthoughts.space" annotations: cert-manager.io/cluster-issuer: letsencrypt-dns external-dns.alpha.kubernetes.io/hostname: midnightthoughts.space tls: enable: true secretName: coder.midnightthoughts.space-tls - wildcardSecretName: wildcard-coder.midnightthoughts.space-tls + wildcardSecretName: wildcard-workspaces-coder.midnightthoughts.space-tls