Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created July 1, 2020 13:32
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 velotiotech/21730b73039a4fbe868f415bfefe2016 to your computer and use it in GitHub Desktop.
Save velotiotech/21730b73039a4fbe868f415bfefe2016 to your computer and use it in GitHub Desktop.
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: fanout-ingress
spec:
rules:
- http:    
paths:    
- path: /      
backend:        
serviceName: nginx        
servicePort: 80    
- path: /echo      
backend:        
serviceName: echoserver        
servicePort: 8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment