mirror of
https://github.com/wahyd4/home-argocd.git
synced 2026-08-08 21:05:09 +10:00
Update datadog
This commit is contained in:
@@ -30,11 +30,11 @@ spec:
|
||||
datadog:
|
||||
# datadog.apiKey -- Your Datadog API key
|
||||
# ref: https://app.datadoghq.com/account/settings#agent/kubernetes
|
||||
apiKey: a78f4b0a6500fc28440a6c4274e6080e
|
||||
apiKey: eff06d6cef057840471502f34143f194
|
||||
|
||||
# datadog.apiKeyExistingSecret -- Use existing Secret which stores API key instead of creating a new one
|
||||
## If set, this parameter takes precedence over "apiKey".
|
||||
apiKeyExistingSecret: # <DATADOG_API_KEY_SECRET>
|
||||
# apiKeyExistingSecret: # <DATADOG_API_KEY_SECRET>
|
||||
|
||||
# datadog.appKey -- Datadog APP key required to use metricsProvider
|
||||
## If you are using clusterAgent.metricsProvider.enabled = true, you must set
|
||||
@@ -179,11 +179,11 @@ spec:
|
||||
logs:
|
||||
# datadog.logs.enabled -- Enables this to activate Datadog Agent log collection
|
||||
## ref: https://docs.datadoghq.com/agent/basic_agent_usage/kubernetes/#log-collection-setup
|
||||
enabled: false
|
||||
enabled: true
|
||||
|
||||
# datadog.logs.containerCollectAll -- Enable this to allow log collection for all containers
|
||||
## ref: https://docs.datadoghq.com/agent/basic_agent_usage/kubernetes/#log-collection-setup
|
||||
containerCollectAll: false
|
||||
containerCollectAll: true
|
||||
|
||||
# datadog.logs.containerCollectUsingFiles -- Collect logs from files in /var/log/pods instead of using container runtime API
|
||||
## It's usually the most efficient way of collecting logs.
|
||||
@@ -366,7 +366,7 @@ spec:
|
||||
## ref: https://docs.datadoghq.com/agent/kubernetes/cluster/
|
||||
clusterAgent:
|
||||
# clusterAgent.enabled -- Set this to true to enable Datadog Cluster Agent
|
||||
enabled: false
|
||||
enabled: true
|
||||
|
||||
## Define the Datadog Cluster-Agent image to work with
|
||||
image:
|
||||
|
||||
Reference in New Issue
Block a user