Skip to content

Instantly share code, notes, and snippets.

@Damianofds
Last active April 21, 2018 00:03
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 Damianofds/3f9daabb4a23ff7d691f94d33fed21ac to your computer and use it in GitHub Desktop.
Save Damianofds/3f9daabb4a23ff7d691f94d33fed21ac to your computer and use it in GitHub Desktop.
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: ingress
spec:
rules:
- http:
paths:
- path: /echo
backend:
serviceName: echo-server
servicePort: 80
- path: /echo-2
backend:
serviceName: echo-server-2
servicePort: 80
- path: /
backend:
serviceName: test-webserver
servicePort: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment