Fixed typo in the dns name

pull/6/head
Piotr Siwczak 2017-05-02 14:40:24 -07:00
parent 0b469f4cb5
commit 2dffd46635
1 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,6 @@ spec:
command:
- python
- client.py
- http://dns-backend.development.cluster.local:8000
- http://dns-backend.development.svc.cluster.local:8000
imagePullPolicy: Always
restartPolicy: Never