File tree 4 files changed +25
-8
lines changed
StorageClass/overlays/dev
4 files changed +25
-8
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ patches:
10
10
- patch : |-
11
11
- op: replace
12
12
path: /parameters/server
13
- value: 10.211.55.16
13
+ value: 192.168.46.255
14
14
- op: replace
15
15
path: /parameters/share
16
16
value: /nfs
@@ -21,13 +21,13 @@ patches:
21
21
- patch : |-
22
22
- op: replace
23
23
path: /spec/csi/volumeAttributes/server
24
- value: 10.211.55.16
24
+ value: 192.168.46.255
25
25
- op: replace
26
26
path: /spec/csi/volumeAttributes/share
27
27
value: /nfs
28
28
- op: replace
29
29
path: /spec/csi/volumeHandle
30
- value: 10.211.55.16 #nfs#bioos-storage#
30
+ value: 192.168.46.255 #nfs#bioos-storage#
31
31
- op: replace
32
32
path: /spec/capacity/storage
33
33
value: 50Gi
Original file line number Diff line number Diff line change 37
37
- name : MYSQL_HOST
38
38
value : {{ .Values.mysql.hostname }}
39
39
- name : MYSQL_USERNAME
40
- value : {{ .Values.mysql.password }}
40
+ value : {{ .Values.mysql.username }}
41
41
- name : MYSQL_PORT
42
42
value : " 3306"
43
43
- name : MYSQL_DB
Original file line number Diff line number Diff line change 1
1
image :
2
2
repository : docker.io
3
3
project : bioos
4
- web_name : web:v1.2
5
- apiserver_name : apiserver:v1.2
4
+ web_name : web:v1.5
5
+ apiserver_name : apiserver:v1.5
6
6
pullPolicy : IfNotPresent
7
7
8
8
imagePullSecrets : []
79
79
hostname : mysql
80
80
database : bioos
81
81
username : root
82
- password : admin
82
+ password : test
83
83
84
84
storage :
85
85
pvc : bioos-storage-pvc
90
90
91
91
jupyterhub :
92
92
endpoint : http://180.184.43.61/jupyterhub
93
- adminToken : 6026738d798c495aa01c7831048539d9
93
+ adminToken : c876b254956a433aaf02836605565af6
Original file line number Diff line number Diff line change
1
+ image :
2
+ nfs :
3
+ repository : dyrnq/nfsplugin
4
+ tag : v4.2.0
5
+ pullPolicy : IfNotPresent
6
+ csiProvisioner :
7
+ repository : dyrnq/csi-provisioner
8
+ tag : v3.3.0
9
+ pullPolicy : IfNotPresent
10
+ livenessProbe :
11
+ repository : dyrnq/livenessprobe
12
+ tag : v2.8.0
13
+ pullPolicy : IfNotPresent
14
+ nodeDriverRegistrar :
15
+ repository : dyrnq/csi-node-driver-registrar
16
+ tag : v2.6.2
17
+ pullPolicy : IfNotPresent
You can’t perform that action at this time.
0 commit comments