Skip to content

Instantly share code, notes, and snippets.

@michalpenka
Created March 19, 2020 10:01
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 michalpenka/8985d6c29dee50d50a034900a70b75ff to your computer and use it in GitHub Desktop.
Save michalpenka/8985d6c29dee50d50a034900a70b75ff to your computer and use it in GitHub Desktop.
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: ing-helloworld
namespace: helloworld
annotations:
kubernetes.io/ingress.class: "nginx"
spec:
rules:
- host: www.helloworld.local
http:
paths:
- backend:
serviceName: svc-helloworld
servicePort: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment