Skip to content

Commit

Permalink
fix: datadog cluster agent set default replicas=2
Browse files Browse the repository at this point in the history
  • Loading branch information
DCamma committed Oct 3, 2024
1 parent 83ff747 commit 84149ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/datadog/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ resource "helm_release" "datadog_secrets_fargate" {
}

################################################################################
# Datadog Agent
# Datadog Agent - available specs options https://github.com/DataDog/datadog-operator/blob/main/docs/configuration.v2alpha1.md

resource "helm_release" "datadog_agent" {
name = "datadog-agent"
Expand Down Expand Up @@ -171,6 +171,8 @@ resource "helm_release" "datadog_agent" {
app.kubernetes.io/name: karpenter
override:
clusterAgent:
priorityClassName: system-cluster-critical
replicas: 2
containers:
cluster-agent:
resources:
Expand Down

0 comments on commit 84149ed

Please sign in to comment.