Created
October 3, 2019 20:00
-
-
Save Krishna1408/fe958053e05f683fae0d404024108a34 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Use this link to get latest images for datadog: https://hub.docker.com/r/datadog/ | |
image: | |
tag: 6.14.1-jmx | |
datadog: | |
apmEnabled: true | |
logsEnabled: true | |
logsConfigContainerCollectAll: true | |
nonLocalTraffic: true | |
leaderElection: true | |
collectEvents: true | |
processAgentEnabled: true | |
resources: | |
limits: | |
cpu: 200m | |
memory: 512Mi | |
podLabelsAsTags: | |
app: kube_pod | |
logLevel: WARN | |
listeners: | |
- name: kubelet | |
config_providers: | |
- name: kubelet | |
polling: true | |
daemonset: | |
updateStrategy: "RollingUpdate" | |
useHostNetwork: true | |
useHostPort: true | |
clusterAgent: | |
enabled: true # Make it false if you don't want to use it. | |
image: | |
tag: 1.3.2 | |
# This is the token used for communication between cluster-agents | |
token: "<ThirtyX2XcharactersXlongXtoken>" | |
metricsProvider: | |
enabled: true | |
resources: | |
limits: | |
cpu: 250m | |
memory: 256Mi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment