Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
新注册的用户请输入邮箱并保存,随后登录邮箱激活账号。后续可直接使用邮箱登录!
Open sidebar
chainweaver
ida
ida-deployment
Commits
0505c264
Commit
0505c264
authored
10 months ago
by
krmnliu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update chain init mysql tag
parent
1b68b7d9
master
develop
v2.0.0
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
helm/public/charts/chain/templates/deployment.yaml
helm/public/charts/chain/templates/deployment.yaml
+1
-1
helm/public/values.yaml
helm/public/values.yaml
+1
-0
No files found.
helm/public/charts/chain/templates/deployment.yaml
View file @
0505c264
...
...
@@ -40,7 +40,7 @@ spec:
sleep 2
done
-
name
:
init-mysql
image
:
{{
.Values.
mysql.containers
.image
}}
image
:
{{
.Values.
global.mysql
.image
}}
env
:
-
name
:
MYSQL_ROOT_PASSWORD
valueFrom
:
...
...
This diff is collapsed.
Click to expand it.
helm/public/values.yaml
View file @
0505c264
...
...
@@ -26,6 +26,7 @@ global:
name
:
mysql
port
:
3306
user
:
root
image
:
hub-dev.cnbn.org.cn/base/mysql:8.0
redis
:
name
:
redis
port
:
6379
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment