-
Notifications
You must be signed in to change notification settings - Fork 0
/
values.yaml
63 lines (51 loc) · 1.63 KB
/
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
# Configure installation parameters and Kuboard running parameters.
Config:
EtcdImage: swr.cn-east-2.myhuaweicloud.com/kuboard/etcd:v3.4.14
KuboardImage: swr.cn-east-2.myhuaweicloud.com/kuboard/kuboard:v3.5.2.7
ServerLogrusLevel: info
AgentKey: 32b7d6572c6255211b4eec9009e4a816
# These values will be used to set up the front-end page.
# It is helpful when using a reverse proxy.
Frontend:
Endpoint: null
AgentServerTcp: null
AgentServerUdp: null
# Configure service of Kuboard.
# To disable NodePort, set 'NodePort' to 'null'.
# If NodePorts of agent server are set to 'null', the agent server will not be available
# unless port-forward configured.
Service:
Webui:
Port: 80
NodePort: null
AgentServerTcp:
Port: 10081
NodePort: 30081
AgentServerUdp:
Port: 10082
NodePort: 30082
# Configure ingress of kuboard.
# To specify the default ingress class, set 'IngressClass' to 'null'.
Ingress:
Enable: true
IngressClass: null
Host: null # Manually setting required
Path: /
PathType: Prefix
# Configure Storage of kuboard.
# To specify the default storage class, set these keys to 'null'.
Storage:
EtcdStorageClass: null
KuboardStorageClass: null
# Run Kuboard on the specified nodes.
# When running Kuboard on a slow network/filesystem, this can avoid timeouts.
# To not specify the nodes, set these keys to 'null'.
NodeName:
Etcd: null
Kuboard: null
# Configure the init parameters for the Etcd cluster.
# When running Kuboard on a slow network/filesystem, this can avoid timeouts.
# To not specify the parameters, set these keys to 'null'.
Etcd:
HeartbeatInterval: null
ElectionTimeout: null