From f8d82a354e259f1ae6ba6a7c5920174b87562bc2 Mon Sep 17 00:00:00 2001 From: tuna Date: Fri, 6 Sep 2024 17:17:54 +0200 Subject: [PATCH] fix --- manifests/blog-app/istio-gateway-virtualService.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/manifests/blog-app/istio-gateway-virtualService.yaml b/manifests/blog-app/istio-gateway-virtualService.yaml index ef2cb7c..7c2442c 100644 --- a/manifests/blog-app/istio-gateway-virtualService.yaml +++ b/manifests/blog-app/istio-gateway-virtualService.yaml @@ -14,11 +14,9 @@ spec: name: http protocol: HTTP # Accepts traffic from any hostname. It’s like saying, “I don’t care who’s knocking, let everyone in.” - # hosts: ["myblog.com"]: Accepts traffic only for myblog.com - tls: - httpsRedirect: false # Handle redirect in the VirtualService + # hosts: ["myblog.com"]: Accepts traffic only for myblog.coms hosts: - - "*" + - "blogapp.magdalani.com" - port: number: 443 name: https