Skip to content

Instantly share code, notes, and snippets.

@KamilLelonek
Created April 22, 2019 04:23
Show Gist options
  • Save KamilLelonek/4d2f9c59138386e34b50950cfea2bfd3 to your computer and use it in GitHub Desktop.
Save KamilLelonek/4d2f9c59138386e34b50950cfea2bfd3 to your computer and use it in GitHub Desktop.
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: example-ingress
annotations:
kubernetes.io/ingress.class: nginx
spec:
rules:
- host: kamil.lelonek.me
http:
paths:
- path: /
backend:
serviceName: example-node-port
servicePort: 4444
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment