Skip to content

Instantly share code, notes, and snippets.

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