commit 6215061af192f956d3644ded508a931ca45dcf2b parent 46fd09a10356714edd50ab1b3dc202ae111dc196 Author: MTRNord <MTRNord@users.noreply.github.com> Date: Sat, 21 Feb 2026 12:18:51 +0100 meow Signed-off-by: MTRNord <MTRNord@users.noreply.github.com> Diffstat:
| M | apps/talos_cluster/envoy-gateway/gateway_settings.yaml | | | 12 | ++++++++++++ |
| M | apps/talos_cluster/miro-neoboard-exporter/release.yaml | | | 1 | + |
2 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/apps/talos_cluster/envoy-gateway/gateway_settings.yaml b/apps/talos_cluster/envoy-gateway/gateway_settings.yaml @@ -641,6 +641,18 @@ spec: certificateRefs: - kind: Secret name: miro-exporter.neoboard.midnightthoughts.space + - name: https-midnightthoughts-miro-neoboard-exporter + protocol: HTTPS + hostname: "miro-neoboard-exporter.midnightthoughts.space" + port: 443 + allowedRoutes: + namespaces: + from: "All" + tls: + mode: Terminate + certificateRefs: + - kind: Secret + name: miro-neoboard-exporter.midnightthoughts.space - name: http protocol: HTTP port: 80 diff --git a/apps/talos_cluster/miro-neoboard-exporter/release.yaml b/apps/talos_cluster/miro-neoboard-exporter/release.yaml @@ -202,6 +202,7 @@ spec: hostnames: - miro-export.neoboard.midnightthoughts.space - miro-exporter.neoboard.midnightthoughts.space + - miro-neoboard-exporter.midnightthoughts.space rules: - backendRefs: - name: miro-neoboard-exporter-service