commit 597fd4f5a03b01eac6106be0e647ccac7dbc4677 parent 4dc29e012aaff938cd504fe6852860584160fb91 Author: MTRNord <MTRNord@users.noreply.github.com> Date: Thu, 26 Feb 2026 11:41:14 +0100 fix envoy for opencost 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 @@ -653,6 +653,18 @@ spec: certificateRefs: - kind: Secret name: miro-neoboard-exporter.midnightthoughts.space + - name: https-opencost-k8s-midnightthoughts-space + protocol: HTTPS + hostname: "opencost.k8s.midnightthoughts.space" + port: 443 + allowedRoutes: + namespaces: + from: "All" + tls: + mode: Terminate + certificateRefs: + - kind: Secret + name: opencost.k8s.midnightthoughts.space-tls - name: http protocol: HTTP port: 80