-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathdatadog-agent.yaml
More file actions
57 lines (56 loc) · 1.37 KB
/
datadog-agent.yaml
File metadata and controls
57 lines (56 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# Unless explicitly stated otherwise all files in this repository are licensed
# under the Apache License Version 2.0.
# This product includes software developed at Datadog (https://www.datadoghq.com/).
# Copyright 2026 Datadog, Inc.
kind: DatadogAgent
apiVersion: datadoghq.com/v2alpha1
metadata:
name: datadog
namespace: datadog-agent
spec:
global:
clusterName: ${LIMA_INSTANCE}
logLevel: debug
site: datadoghq.com
credentials:
apiSecret:
secretName: datadog-secret
keyName: api-key
appSecret:
secretName: datadog-secret
keyName: app-key
features:
apm:
enabled: true
hostPortConfig:
enabled: true
liveProcessCollection:
enabled: true
logCollection:
enabled: true
containerCollectAll: true
admissionController:
enabled: true
agentCommunicationMode: hostip
externalMetricsServer:
enabled: true
npm:
enabled: true
enableConntrack: true
collectDNSStats: true
oomKill:
enabled: true
eventCollection:
collectKubernetesEvents: true
override:
clusterAgent:
image:
name: gcr.io/datadoghq/cluster-agent:latest
nodeAgent:
image:
name: gcr.io/datadoghq/agent:latest
env:
- name: DD_HOSTNAME
valueFrom:
fieldRef:
fieldPath: spec.nodeName