cluster

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

commit 392b73b7bbf4bb5a1425c26932c1c314bca2ad68
parent 29ba88a3534eed4d95bbaf4fe3d0d581a2a2730f
Author: MTRNord <mtrnord1@gmail.com>
Date:   Mon, 17 Mar 2025 16:22:12 +0100

Install actualbudget-server

Diffstat:
Mapps/base/envoy-gateway/release.yaml | 12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git a/apps/base/envoy-gateway/release.yaml b/apps/base/envoy-gateway/release.yaml @@ -262,6 +262,18 @@ spec: certificateRefs: - kind: Secret name: webhook.status.midnightthoughts.space-tls + - name: https-midnightthoughts-budget + protocol: HTTPS + hostname: "budget.midnightthoughts.space" + port: 443 + allowedRoutes: + namespaces: + from: "All" + tls: + mode: Terminate + certificateRefs: + - kind: Secret + name: budget.midnightthoughts.space-tls - name: https-midnightthoughts-root protocol: HTTPS hostname: "midnightthoughts.space"