Skip to content

Instantly share code, notes, and snippets.

@priyankvex
Created February 4, 2018 14:34
Embed
What would you like to do?
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: pets-ingress
spec:
rules:
- host: cats.myweb.com
http:
paths:
- backend:
serviceName: cats-service
servicePort: 80
- host: dogs.myweb.com
http:
paths:
- backend:
serviceName: dogs-service
servicePort: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment