Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
U
usma
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
market
usma
Commits
5cbc7b19
Commit
5cbc7b19
authored
Mar 11, 2024
by
徐泽意
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化.beagle文件、修改镜像tag等
parent
cfe404ca
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
48 additions
and
16 deletions
+48
-16
.beagle.yml
.beagle.yml
+3
-1
README.md
README.md
+27
-8
deploy.md
deploy.md
+11
-0
values.yaml
values.yaml
+7
-7
No files found.
.beagle.yml
View file @
5cbc7b19
...
@@ -26,7 +26,9 @@ steps:
...
@@ -26,7 +26,9 @@ steps:
from_secret
:
SECRET_KEY_MINIO
from_secret
:
SECRET_KEY_MINIO
commands
:
commands
:
-
mc alias set cache --api=S3v4 https://cache.wodcloud.com $S3_ACCESS_KEY $S3_SECRET_KEY
-
mc alias set cache --api=S3v4 https://cache.wodcloud.com $S3_ACCESS_KEY $S3_SECRET_KEY
-
mc cp ./usma-v2.4.0.tgz cache/kubernetes/market/usma-v2.4.0.tgz
-
mc cp ./usma-v2.4.0.tgz cache/kubernetes/market/charts/usma/v2.4.0/usma-v2.4.0.tgz
-
mc cp ./values.yaml cache/kubernetes/market/charts/usma/v2.4.0/values.yaml
-
mc cp ./README.md cache/kubernetes/market/charts/usma/v2.4.0/README.md
---
---
kind
:
secret
kind
:
secret
...
...
README.md
View file @
5cbc7b19
...
@@ -4,19 +4,38 @@
...
@@ -4,19 +4,38 @@
统一用户v2.4.0
统一用户v2.4.0
```
```
###
安装方式
###
镜像
```
shell
usma-api [黄智]
helm
install
usma
.
-f
values.yaml
-n
namespace
```
### 卸载方式
-
registry.cn-qingdao.aliyuncs.com/wod/usma-api:v2.4.0-amd64
-
registry.cn-qingdao.aliyuncs.com/wod/usma-api:v2.4.0-arm64
usma-login-api [黄智]
-
registry.cn-qingdao.aliyuncs.com/wod/usma-login-api:2.4.0-amd64
-
registry.cn-qingdao.aliyuncs.com/wod/usma-login-api:2.4.0-arm64
sms-verify-api [黄智]
-
registry.cn-qingdao.aliyuncs.com/wod/sms-verify-api:v2.4.0-amd64
-
registry.cn-qingdao.aliyuncs.com/wod/sms-verify-api:v2.4.0-arm64
fileupload [黄智]
-
hub.wodcloud.com/devops/fileupload:v2.0
usma-ui [赵伟庚]
-
hub.wodcloud.com/usma/usma-ui:v2.2.3-alpha
usma-login [赵伟庚]
-
hub.wodcloud.com/usma/usma-login:v2.2.1-alpha
```
shell
helm uninstall usma
-n
namespace
```
## 迁移对应数据库
## 迁移对应数据库
1.
postgresql (数据库) 内置数据库,包含自动导入sql job
1.
postgresql (数据库) 内置数据库,包含自动导入sql job
2.
redis (中间件) 内置redis
2.
redis (中间件) 内置redis
deploy.md
View file @
5cbc7b19
### 安装命令
### 安装命令
helm install usma . -f values.yaml -n usma
helm install usma . -f values.yaml -n usma
### 安装方式
```
shell
helm
install
usma
.
-f
values.yaml
-n
namespace
```
### 卸载方式
```
shell
helm uninstall usma
-n
namespace
```
\ No newline at end of file
values.yaml
View file @
5cbc7b19
...
@@ -30,25 +30,25 @@ smsVerifyApi:
...
@@ -30,25 +30,25 @@ smsVerifyApi:
usmaApi
:
usmaApi
:
image
:
image
:
repository
:
hub.wodcloud.com/usma/bg-
usma-api
repository
:
usma-api
tag
:
v2.
2.2
tag
:
v2.
4.0
storageClassName
:
"
hostpath"
storageClassName
:
"
hostpath"
usmaLoginApi
:
usmaLoginApi
:
image
:
image
:
repository
:
hub.wodcloud.com/usma/bg-login-base
repository
:
usma-login-api
tag
:
v2.
2.2
tag
:
v2.
4.0
storageClassName
:
"
hostpath"
storageClassName
:
"
hostpath"
usmaLogin
:
usmaLogin
:
image
:
image
:
repository
:
hub.wodcloud.com/usma/usma-login
repository
:
hub.wodcloud.com/usma/usma-login
-ui
tag
:
v2.
2.1
tag
:
v2.
4.0
usmaUi
:
usmaUi
:
image
:
image
:
repository
:
hub.wodcloud.com/usma/usma-ui
repository
:
hub.wodcloud.com/usma/usma-ui
tag
:
v2.
2.2
tag
:
v2.
4.0
# 初始化数据库job
# 初始化数据库job
usmaDbInit
:
usmaDbInit
:
...
...
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