commit 4fdf96b9554a552b8bac1757e42571a14bbd5e68 parent 2d0530e4084d8d98110c26890aaf941722565101 Author: MTRNord <MTRNord@users.noreply.github.com> Date: Sun, 3 Aug 2025 19:35:03 +0200 Migrate grafana Diffstat:
| M | apps/base/envoy-gateway/release.yaml | | | 24 | ++++++++++++------------ |
| M | apps/talos_cluster/envoy-gateway/gateway_settings.yaml | | | 24 | ++++++++++++------------ |
2 files changed, 24 insertions(+), 24 deletions(-)
diff --git a/apps/base/envoy-gateway/release.yaml b/apps/base/envoy-gateway/release.yaml @@ -310,18 +310,18 @@ spec: certificateRefs: - kind: Secret name: rspamd.midnightthoughts.space-tls - - name: https-midnightthoughts-grafana - protocol: HTTPS - hostname: "grafana.midnightthoughts.space" - port: 443 - allowedRoutes: - namespaces: - from: "All" - tls: - mode: Terminate - certificateRefs: - - kind: Secret - name: grafana.midnightthoughts.space-tls + # - name: https-midnightthoughts-grafana + # protocol: HTTPS + # hostname: "grafana.midnightthoughts.space" + # port: 443 + # allowedRoutes: + # namespaces: + # from: "All" + # tls: + # mode: Terminate + # certificateRefs: + # - kind: Secret + # name: grafana.midnightthoughts.space-tls - name: https-midnightthoughts-osticket protocol: HTTPS hostname: "osticket.midnightthoughts.space" diff --git a/apps/talos_cluster/envoy-gateway/gateway_settings.yaml b/apps/talos_cluster/envoy-gateway/gateway_settings.yaml @@ -127,6 +127,18 @@ spec: certificateRefs: - kind: Secret name: auth.midnightthoughts.space-tls + - name: https-midnightthoughts-grafana + protocol: HTTPS + hostname: "grafana.midnightthoughts.space" + port: 443 + allowedRoutes: + namespaces: + from: "All" + tls: + mode: Terminate + certificateRefs: + - kind: Secret + name: grafana.midnightthoughts.space-tls # - name: https-draupnir-midnightthoughts # protocol: HTTPS # hostname: "draupnir.midnightthoughts.space" @@ -295,18 +307,6 @@ spec: # certificateRefs: # - kind: Secret # name: rspamd.midnightthoughts.space-tls - # - name: https-midnightthoughts-grafana - # protocol: HTTPS - # hostname: "grafana.midnightthoughts.space" - # port: 443 - # allowedRoutes: - # namespaces: - # from: "All" - # tls: - # mode: Terminate - # certificateRefs: - # - kind: Secret - # name: grafana.midnightthoughts.space-tls # - name: https-midnightthoughts-osticket # protocol: HTTPS # hostname: "osticket.midnightthoughts.space"