Skip to content

Instantly share code, notes, and snippets.

@davecheney
Created December 15, 2017 02:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save davecheney/74a8a88247bc8c448bc1096cb35702d4 to your computer and use it in GitHub Desktop.
Save davecheney/74a8a88247bc8c448bc1096cb35702d4 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: kuard2
servicePort: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment