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