Skip to content

Commit 2ed6857

Browse files
author
Piotr Siwczak
committed
Fixed typo in the dns name
1 parent 2b0b33c commit 2ed6857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster-dns/dns-frontend-pod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ spec:
1111
command:
1212
- python
1313
- client.py
14-
- http://dns-backend.development.cluster.local:8000
14+
- http://dns-backend.development.svc.cluster.local:8000
1515
imagePullPolicy: Always
1616
restartPolicy: Never

0 commit comments

Comments
 (0)