Skip to content

Commit 03e015c

Browse files
committed
[components/datadog/agent/kubernetes_helm] Set 2 DCA replicas
1 parent c297e27 commit 03e015c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/datadog/agent/kubernetes_helm.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ func buildLinuxHelmValues(baseName, agentImagePath, agentImageTag, clusterAgentI
467467
"tag": pulumi.String(clusterAgentImageTag),
468468
"doNotCheckTag": pulumi.Bool(true),
469469
},
470-
"replicas": pulumi.Int(1),
470+
"replicas": pulumi.Int(2),
471471
"metricsProvider": pulumi.Map{
472472
"enabled": pulumi.Bool(true),
473473
"useDatadogMetrics": pulumi.Bool(true),

0 commit comments

Comments
 (0)