Skip to content

Commit

Permalink
ingress whoami
Browse files Browse the repository at this point in the history
  • Loading branch information
geraldcroes committed Aug 3, 2018
1 parent 6dd4323 commit de8cfb3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions ingress-whoami.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
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

0 comments on commit de8cfb3

Please sign in to comment.