From 3f2204cf3132deea4e4750ec7cf97e512986423e Mon Sep 17 00:00:00 2001 From: Jon Date: Thu, 21 Sep 2023 01:02:41 +0930 Subject: [PATCH] feat(deployment): grafana-agent dnspoly clusterfirst !1 --- templates/Daemonset-GrafanaAgent.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/Daemonset-GrafanaAgent.yaml b/templates/Daemonset-GrafanaAgent.yaml index b04a6c3..56281ec 100644 --- a/templates/Daemonset-GrafanaAgent.yaml +++ b/templates/Daemonset-GrafanaAgent.yaml @@ -92,6 +92,7 @@ spec: - name: agent-data mountPath: "/etc/agent/data" readOnly: false + dnsPolicy: ClusterFirst volumes: - hostPath: path: /sys