commit c552e8d84f4a36248f669dfb3fa3e830f60335d3 parent 14cca5a5b08072575c3375854d1b9ff40cbfa940 Author: MTRNord <MTRNord@users.noreply.github.com> Date: Sun, 3 Aug 2025 16:50:53 +0200 Install envoy on new cluster Diffstat:
| M | apps/talos_cluster/envoy-gateway/gateway_settings.yaml | | | 10 | +++++----- |
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/apps/talos_cluster/envoy-gateway/gateway_settings.yaml b/apps/talos_cluster/envoy-gateway/gateway_settings.yaml @@ -110,11 +110,11 @@ spec: allowedRoutes: namespaces: from: "All" - #tls: - # mode: Terminate - # certificateRefs: - # - kind: Secret - # name: talos.midnightthoughts.space-tls + tls: + mode: Terminate + certificateRefs: + - kind: Secret + name: talos.midnightthoughts.space-tls # - name: https-draupnir-midnightthoughts # protocol: HTTPS # hostname: "draupnir.midnightthoughts.space"