Skip to content

Commit 225d23e

Browse files
author
Mateusz
committed
changing the dns policy for the netdata-otel
1 parent f6aa47b commit 225d23e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/netdata/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1948,7 +1948,7 @@ true
19481948
<td>netdataOpentelemetry.dnsPolicy</td>
19491949
<td>string</td>
19501950
<td><pre lang="json">
1951-
"ClusterFirstWithHostNet"
1951+
"ClusterFirst"
19521952
</pre>
19531953
</td>
19541954
<td>DNS policy for pod</td>

charts/netdata/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -976,7 +976,7 @@ netdataOpentelemetry:
976976

977977
# -- DNS policy for pod
978978
# @section -- Netdata OpenTelemetry
979-
dnsPolicy: ClusterFirstWithHostNet
979+
dnsPolicy: ClusterFirst
980980

981981
# Volumes to create are called varlib and varlog
982982
# varlib stores the alerts information and claimID of the agent. Static size of 1Gi

0 commit comments

Comments
 (0)