Skip to content

Instantly share code, notes, and snippets.

@garystafford
Created April 12, 2018 20:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save garystafford/499a34b4b00ed043ed336752d08cf2f2 to your computer and use it in GitHub Desktop.
Save garystafford/499a34b4b00ed043ed336752d08cf2f2 to your computer and use it in GitHub Desktop.
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: dev-ingress
labels:
name: dev-ingress
namespace: dev
annotations:
kubernetes.io/ingress.class: istio
spec:
rules:
- host: api.dev.voter-demo.com
http:
paths:
- path: /.*
backend:
serviceName: election
servicePort: 8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment