-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathwavefront-pod-resources.yaml
47 lines (47 loc) · 1.23 KB
/
wavefront-pod-resources.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
46
47
# Need to change YOUR_CLUSTER_NAME and YOUR_WAVEFRONT_URL accordingly
apiVersion: wavefront.com/v1alpha1
kind: Wavefront
metadata:
name: wavefront
namespace: observability-system
spec:
clusterName: YOUR_CLUSTER_NAME
wavefrontUrl: YOUR_WAVEFRONT_URL
dataCollection:
metrics:
enable: true
# container resource requests and limits for cluster collector
clusterCollector:
resources:
requests:
cpu: 200m
memory: 10Mi
ephemeral-storage: 20Mi
limits:
cpu: 2000m
memory: 512Mi
ephemeral-storage: 1Gi
# container resource requests and limits for node collectors
nodeCollector:
resources:
requests:
cpu: 200m
memory: 10Mi
ephemeral-storage: 20Mi
limits:
cpu: 1000m
memory: 256Mi
ephemeral-storage: 512Mi
dataExport:
wavefrontProxy:
enable: true
# container resource requests and limits for Wavefront proxy
resources:
requests:
cpu: 100m
memory: 1Gi
ephemeral-storage: 2Gi
limits:
cpu: 1000m
memory: 4Gi
ephemeral-storage: 8Gi