-
Notifications
You must be signed in to change notification settings - Fork 11
/
values.yaml
91 lines (74 loc) · 2.7 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
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
#############################################
#
# Copyright 2023 Goodrain Co., Ltd.
#
# This version of the GNU Lesser General Public License incorporates
# the terms and conditions of version 3 of the GNU General Public License.
#
#############################################
# Default values for mychart.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
## Specify service account name
serviceAccount:
name: rainbond-operator
# rainbondOperator
operator:
name: rainbond-operator
#############################################
# Rainbondcluster install Configuration
#############################################
Cluster:
# Use an external image repository
imageHub:
enable: false
domain: registry.cn-hangzhou.aliyuncs.com
namespace: rainbond
password: admin
username: admin
# Rainbond region database, ref: https://www.rainbond.com/docs/installation/install-with-helm/vaules-config/#%E9%85%8D%E7%BD%AE-rainbond-%E9%9B%86%E7%BE%A4%E7%AB%AF%E6%95%B0%E6%8D%AE%E5%BA%93
regionDatabase:
enable: false
host: 192.168.0.1
name: region
password: password
port: 3306
username: admin
# Rainbond Console database, ref: https://www.rainbond.com/docs/installation/install-with-helm/vaules-config/#%E9%85%8D%E7%BD%AE-rainbond-%E6%8E%A7%E5%88%B6%E5%8F%B0%E6%95%B0%E6%8D%AE%E5%BA%93
uiDatabase:
enable: false
host: 192.168.0.1
name: console
password: password
port: 3306
username: admin
# External gateway IP address
gatewayIngressIPs: #192.168.0.2
# rbd-chaos configuration,ref: https://www.rainbond.com/docs/installation/install-with-helm/vaules-config/#%E9%85%8D%E7%BD%AE%E6%9E%84%E5%BB%BA%E8%8A%82%E7%82%B9
nodesForChaos:
# - name: node1
# - name: node2
# rbd-gateway configuration, ref: https://www.rainbond.com/docs/installation/install-with-helm/vaules-config/#%E9%85%8D%E7%BD%AE%E7%BD%91%E5%85%B3%E8%8A%82%E7%82%B9
nodesForGateway:
# - externalIP: 192.168.0.1
# internalIP: 192.168.0.1
# name: node1
# - externalIP: 192.168.0.2
# internalIP: 192.168.0.2
# name: node2
# Component unified image repository and namespace
rainbondImageRepository: registry.cn-hangzhou.aliyuncs.com/goodrain
# Component image version
installVersion: v6.0.0-release
# Component image pull policy
imagePullPolicy: IfNotPresent
# Number of component copies
replicas: 1
# Define containerd runtime directory path, default: /run/containerd, if use k3s or RKE2, set to /var/run/k3s/containerd
containerdRuntimePath: /run/containerd
############################################
# Rainbond Component Configuration
############################################
Component:
rbd_app_ui:
enable: true