Skip to content

Instantly share code, notes, and snippets.

@geraldcroes
Created August 3, 2018 10:54
Show Gist options
  • Save geraldcroes/5758d32f2074bee94940fe4a4d2f2880 to your computer and use it in GitHub Desktop.
Save geraldcroes/5758d32f2074bee94940fe4a4d2f2880 to your computer and use it in GitHub Desktop.
Ingress for Whoami
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: whoami-ingress
annotations:
kubernetes.io/ingress.class: traefik
spec:
rules:
- host: whoami.localhost
http:
paths:
- path: /
backend:
serviceName: whoami-service
servicePort: http
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment