Skip to content

Commit

Permalink
Merge pull request CloudOrc#176 from jacktao007/dev
Browse files Browse the repository at this point in the history
[Feature][Deploy]Modify the k8s MySQL version to 5.7
  • Loading branch information
dlimeng authored Sep 16, 2023
2 parents c9ef102 + 80ea5a5 commit 1dbb0b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/kubernetes/helm-solidui/templates/dep-mysql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
{{- end }}
containers:
- name: mysql
image: mysql
image: mysql:5.7
ports:
- name: mysql
containerPort: 3306
Expand Down
2 changes: 1 addition & 1 deletion solidui-entrance/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spring:
basename: i18n/messages
datasource:
driver-class-name: com.mysql.jdbc.Driver
url: jdbc:mysql://localhost:3306/solidui?useSSL=false&useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true
url: jdbc:mysql://localhost:3306/solidui?useSSL=false&useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai
username: root
password: SolidUI@123
hikari:
Expand Down

0 comments on commit 1dbb0b3

Please sign in to comment.