Skip to content

Commit

Permalink
final commit
Browse files Browse the repository at this point in the history
  • Loading branch information
baisui1981 committed Mar 31, 2024
1 parent cf7db75 commit a487579
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tis-console.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ spec:
mountPath: /opt/app/tis-uber/tis-assemble/conf/tis-web-config/
- name: tis-console-pvc
mountPath: "/opt/data"
image: registry.cn-hangzhou.aliyuncs.com/tis/tis-console:4.0.0.7
image: registry.cn-hangzhou.aliyuncs.com/tis/tis-console:4.0.0.8
# command: [ "/bin/sh", "-c", "sleep 1000000" ]
ports:
- name: tis-8080
Expand Down
2 changes: 2 additions & 0 deletions tis-test-mysql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ spec:
- env:
- name: MYSQL_ROOT_PASSWORD
value: "123456"
- name: TZ
value: "Asia/Shanghai"
image: mysql:5.7
imagePullPolicy: IfNotPresent
name: mysql
Expand Down

0 comments on commit a487579

Please sign in to comment.