Skip to content

Instantly share code, notes, and snippets.

@nepomucen
Created April 16, 2019 07:28
Show Gist options
  • Save nepomucen/8318c8d617a98fd70a19cef37fafd82e to your computer and use it in GitHub Desktop.
Save nepomucen/8318c8d617a98fd70a19cef37fafd82e to your computer and use it in GitHub Desktop.
Ingress Resource for hello-world backend
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: my-got-ingress
spec:
rules:
- http:
paths:
- path: /got-8-premiere
backend:
serviceName: hello-world
servicePort: 60000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment