diff --git a/examples/cluster-dns/dns-frontend-pod.yaml b/examples/cluster-dns/dns-frontend-pod.yaml index 443e4aa207f..b424478383a 100644 --- a/examples/cluster-dns/dns-frontend-pod.yaml +++ b/examples/cluster-dns/dns-frontend-pod.yaml @@ -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