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 685951b commit 83fe389
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion manifests/blog-app/istio-gateway-virtualService.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
# tls:
# httpsRedirect: false # Handle redirect in the VirtualService
hosts:
- "blogapp.magdalani.com"
- "*"
- port:
number: 443
name: https
Expand All @@ -28,6 +28,35 @@ spec:
credentialName: blog-app-domain-cert-prod
hosts:
- "blogapp.magdalani.com"

# apiVersion: networking.istio.io/v1alpha3
# kind: Gateway
# metadata:
# name: blog-app-gateway
# namespace: blog-app
# spec:
# selector:
# istio: ingress
# servers:
# - port:
# number: 80
# name: http
# protocol: HTTP
# hosts:
# - "*"













---
apiVersion: networking.istio.io/v1
kind: VirtualService
Expand Down

0 comments on commit 83fe389

Please sign in to comment.