-
Notifications
You must be signed in to change notification settings - Fork 0
/
default-values.yaml
103 lines (96 loc) · 2.63 KB
/
default-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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
whatap:
license: "x423h2197u810-x1jh0prkj2ofme-z2v3cc6u6r6fjk"
host: "15.165.146.117"
port: "6600"
namespaceOverrideEnabled: false
# istioEnabled default
#istioEnabled: false
# k8sOldVersion default
#k8sOldVersion: false
# gpuEnabled default
#gpuEnabled: false
# collect_apiserver_metric_by_leader default
#collect_apiserver_metric_by_leader: false
addon:
npm:
enabled: true
gpu:
enabled: false
apiserver_monitoring:
enabled: true # Set to false to use apiserver_monitoring_dashboard(default true)
client_tls_verify: true # Set to false to skip insecure-tls-verify(default true)
etcd_monitoring:
enabled: false # Set to true to use apiserver_monitoring_dashboard(default false)
# Set path to use customized path
# minikube: /var/lib/minikube/certs/etcd
etcd_ca_cert_path: /etc/kubernetes/pki/etcd/ca.crt
etcd_client_cert_path: /etc/kubernetes/pki/etcd/server.crt
etcd_client_key_path: /etc/kubernetes/pki/etcd/server.key
imagePullSecret:
name: #registryKey
containerRuntime: "docker" # Options: "docker", "containerd", "crio"
daemonSet:
name: whatap-node-agent
label: whatap-node-agent
initContainers:
nodeDebugger:
enabled: true # Set to false to disable the whatap-node-debug initContainer
name: whatap-node-debug
image: "whatap/kube_mon"
containers:
nodeHelper:
name: whatap-node-helper
image: "whatap/kube_mon"
requests:
memory: "100Mi"
cpu: "100m"
limits:
memory: "350Mi"
cpu: "200m"
envs:
collect_nfs_disk_enabled: true
collect_kube_node_process_metric_enabled: false
debug: false
nodeAgent:
name: whatap-node-agent
image: "whatap/kube_mon"
requests:
memory: "300Mi"
cpu: "100m"
limits:
memory: "350Mi"
cpu: "200m"
envs:
collect_kube_node_process_metric_enabled: false
debug: false
deployment:
name: whatap-master-agent
label: whatap-master-agent
replicas: 1
containers:
controlPlaneHelper:
# enabled: true # Set to false to disable the whatap-control-plane-helper container
debug: false
name: whatap-control-plane-helper
image: whatap/kube_mon
port: 9496
resources:
requests:
memory: "300Mi"
cpu: "100m"
limits:
memory: "350Mi"
cpu: "200m"
masterAgent:
name: whatap-master-agent
image: "whatap/kube_mon"
port: 6600
resources:
requests:
memory: "300Mi"
cpu: "100m"
limits:
memory: "350Mi"
cpu: "200m"
envs:
debug: false