Created
October 30, 2018 19:02
-
-
Save zparnold/fdfedbe75d5e20e3adcf84b0d624720d to your computer and use it in GitHub Desktop.
This file contains 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
apiVersion: networking.istio.io/v1alpha3 | |
kind: VirtualService | |
metadata: | |
name: manager-service | |
spec: | |
hosts: | |
- "ops.acceptance.ygreneworks.com" | |
gateways: | |
- manager-gateway | |
http: | |
- match: | |
- uri: | |
prefix: / | |
route: | |
- destination: | |
port: | |
number: 80 | |
host: ygrene-manager-service.acceptance.svc.cluster.local |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment