This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- ignorePortInHostMatching: true | |
name: "9080" | |
validateClusters: false | |
virtualHosts: | |
- domains: | |
- '*' | |
includeRequestAttemptCount: true | |
name: allow_any | |
routes: | |
- match: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
OlderNewer