Fix k8s example (#1062)

Signed-off-by: Emile Vauge <emile@vauge.com>
This commit is contained in:
Emile Vauge 2017-01-30 13:04:32 +01:00 committed by Vincent Demeester
parent 18cf49755e
commit 2b00cdf330
2 changed files with 7 additions and 6 deletions

View file

@ -34,7 +34,9 @@ spec:
containerPort: 80
hostPort: 80
- name: admin
containerPort: 8080
containerPort: 8081
args:
- -d
- --web
- --web.address=:8081
- --kubernetes