Skip to content

Instantly share code, notes, and snippets.

View rvennam's full-sized avatar

Ram Vennam rvennam

View GitHub Profile
- ignorePortInHostMatching: true
name: "9080"
validateClusters: false
virtualHosts:
- domains:
- '*'
includeRequestAttemptCount: true
name: allow_any
routes:
- match:
# localhost:9081 -> details:9080
#
# Need a ServiceEntry to route to details on 9081 instead of 9080
apiVersion: networking.istio.io/v1alpha3
kind: ServiceEntry
metadata:
name: localhost-svc
spec:
hosts:
- details.service