Skip to content

Instantly share code, notes, and snippets.

@achilles42
Last active July 26, 2018 18:56
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 achilles42/4fcc4b2c856c5f7d739a6574bb6734a7 to your computer and use it in GitHub Desktop.
Save achilles42/4fcc4b2c856c5f7d739a6574bb6734a7 to your computer and use it in GitHub Desktop.
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
annotations:
kubernetes.io/ingress.class: nginx
name: foobar
namespace: default
spec:
rules:
- host: foobar.mydomain.com
http:
paths:
- backend:
serviceName: foobar-service
servicePort: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment