Skip to content

Instantly share code, notes, and snippets.

@roffe
Created January 13, 2019 20:50
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 roffe/c5f5fc4a94d6de9113826364dc44fab5 to your computer and use it in GitHub Desktop.
Save roffe/c5f5fc4a94d6de9113826364dc44fab5 to your computer and use it in GitHub Desktop.
---
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: imaginary
spec:
rules:
- host: imaginary.domain.com
http:
paths:
- backend:
serviceName: imaginary
servicePort: 9000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment