commit 386f5cfb27a9310c31dd6acf8801ab0fbe6308c4 parent 769679e5414a97a49ec1746ef228f7667eb7f65b Author: MTRNord <MTRNord@users.noreply.github.com> Date: Thu, 16 Oct 2025 22:33:07 +0200 add missing entry Signed-off-by: MTRNord <MTRNord@users.noreply.github.com> Diffstat:
| M | apps/talos_cluster/envoy-gateway/gateway_settings.yaml | | | 12 | ++++++++++++ |
1 file changed, 12 insertions(+), 0 deletions(-)
diff --git a/apps/talos_cluster/envoy-gateway/gateway_settings.yaml b/apps/talos_cluster/envoy-gateway/gateway_settings.yaml @@ -455,6 +455,18 @@ spec: certificateRefs: - kind: Secret name: git.midnightthoughts.space + - name: https-midnightthoughts-plausible + protocol: HTTPS + hostname: "plausible.midnightthoughts.space" + port: 443 + allowedRoutes: + namespaces: + from: "All" + tls: + mode: Terminate + certificateRefs: + - kind: Secret + name: plausible.midnightthoughts.space - name: http protocol: HTTP port: 80