From 2a4bf13b19e81ac74afa09cd95974617a49e45aa Mon Sep 17 00:00:00 2001 From: "jona.klaess" Date: Mon, 8 Jun 2026 14:38:18 +0200 Subject: [PATCH] fix secret path for gateway --- ptp-chat/ptp-chat-istio.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ptp-chat/ptp-chat-istio.yaml b/ptp-chat/ptp-chat-istio.yaml index 41c4063..24e4548 100644 --- a/ptp-chat/ptp-chat-istio.yaml +++ b/ptp-chat/ptp-chat-istio.yaml @@ -63,7 +63,7 @@ spec: - ptp-chat.k8s.bittehackmichnicht.de tls: mode: SIMPLE # TLS-Termination am Gateway, damit der VirtualService den Traffic aufteilen kann - credentialName: istio-cert # Name des TLS-Zertifikats, das im Sealed Secret definiert ist + credentialName: kubernetes-gateway://ptp-chat/istio-cert # Name des TLS-Zertifikats, das im Sealed Secret definiert ist --- apiVersion: networking.istio.io/v1beta1 kind: VirtualService