Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tunacinsoy committed Sep 6, 2024
1 parent 841ffdc commit f8d82a3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions manifests/blog-app/istio-gateway-virtualService.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f8d82a3

Please sign in to comment.