diff --git a/base/prometheus/prometheus.Deployment.yaml b/base/prometheus/prometheus.Deployment.yaml index 674e65f86a67..5c2ed9a88add 100644 --- a/base/prometheus/prometheus.Deployment.yaml +++ b/base/prometheus/prometheus.Deployment.yaml @@ -34,6 +34,9 @@ spec: timeoutSeconds: 3 failureThreshold: 120 periodSeconds: 5 + env: + - name: GODEBUG + value: "netdns=go" ports: - containerPort: 9090 name: http