cluster

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

commit 6f773e9b4c5a907fd1d77efca8cbe31118860916
parent 67339beb851ad5c5b6ddefa1bd88a31b50dd057a
Author: MTRNord <mtrnord1@gmail.com>
Date:   Mon, 27 Jan 2025 17:13:33 +0100

Fix domain clash

Diffstat:
Mapps/base/envoy-gateway/release.yaml | 6+++---
Mapps/base/vault/release.yaml | 2+-
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/apps/base/envoy-gateway/release.yaml b/apps/base/envoy-gateway/release.yaml @@ -130,9 +130,9 @@ spec: certificateRefs: - kind: Secret name: miro-export.neoboard.midnightthoughts.space-tls - - name: https-midnightthoughts-vault + - name: https-midnightthoughts-certs protocol: HTTPS - hostname: "vault.midnightthoughts.space" + hostname: "certs.midnightthoughts.space" port: 443 allowedRoutes: namespaces: @@ -141,7 +141,7 @@ spec: mode: Terminate certificateRefs: - kind: Secret - name: vault.midnightthoughts.space-tls + name: certs.midnightthoughts.space-tls - name: https-midnightthoughts-root protocol: HTTPS hostname: "midnightthoughts.space" diff --git a/apps/base/vault/release.yaml b/apps/base/vault/release.yaml @@ -68,7 +68,7 @@ spec: - name: envoy-gateway namespace: envoy-gateway hostnames: - - vault.midnightthoughts.space + - certs.midnightthoughts.space rules: - backendRefs: - name: vault-ui