Skip to content

Instantly share code, notes, and snippets.

@davecheney
Created December 15, 2017 02:18
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 davecheney/b8aeef602419c0e2e9c8e7e282e51f08 to your computer and use it in GitHub Desktop.
Save davecheney/b8aeef602419c0e2e9c8e7e282e51f08 to your computer and use it in GitHub Desktop.
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: kuard
labels:
app: kuard
spec:
backend:
serviceName: kuard
servicePort: 80
rules:
- http:
paths:
- backend:
serviceName: kuard2
servicePort: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment