-
Notifications
You must be signed in to change notification settings - Fork 979
/
values.yaml
45 lines (34 loc) · 919 Bytes
/
values.yaml
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
image:
repository: amazon/cloudwatch-agent
tag: 1.300032.2b361
pullPolicy: IfNotPresent
clusterName: cluster_name
enhancedContainerInsights:
enabled: true
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 200m
memory: 200Mi
serviceAccount:
create: true
name:
hostNetwork: false
nodeSelector: {}
tolerations: []
affinity: {}
# For bottlerocket OS (https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/ContainerInsights-troubleshooting.html#ContainerInsights-troubleshooting-bottlerocket)
# containerdSockPath: /run/dockershim.sock
containerdSockPath: /run/containerd/containerd.sock
## Assign a PriorityClassName to pods if set
# priorityClassName:
statsd:
enabled: false
port: 8125
protocol: UDP
# Overrides default values in the agent configuration if set
# cloudwatch_namespace:
# metrics_aggregation_interval:
# metrics_collection_interval: