Fixed typo in the dns name
This commit is contained in:
parent
2b0b33cb11
commit
2ed6857c45
|
|
@ -11,6 +11,6 @@ spec:
|
||||||
command:
|
command:
|
||||||
- python
|
- python
|
||||||
- client.py
|
- client.py
|
||||||
- http://dns-backend.development.cluster.local:8000
|
- http://dns-backend.development.svc.cluster.local:8000
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
restartPolicy: Never
|
restartPolicy: Never
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue