Commit 25a2bed3 by 李辉02

init(修改服务名称和镜像): 修改服务名称和镜像

parent 4976f5c9
......@@ -5,15 +5,15 @@ name: commander-deploy
type: application
version: "0.0.1"
dependencies:
- name: commander-data-check
repository: file://charts/commander-data-check
- name: commander-dsi-service
repository: file://charts/commander-dsi-service
version: 0.0.1
- name: commander-ifs-service
repository: file://charts/commander-ifs-service
version: 0.0.1
- name: commander-web
repository: file://charts/commander-web
- name: commander-plateform-api
repository: file://charts/commander-plateform-api
version: 0.0.1
- name: commander-web-api
repository: file://charts/commander-web-api
- name: commander-dataprocess-service
repository: file://charts/commander-dataprocess-service
version: 0.0.1
\ No newline at end of file
apiVersion: v2
name: commander-data-check
description: commander-data-check helm chart
name: commander-dataprocess-service
description: commander-dataprocess-service helm chart
type: application
version: 0.0.1
appVersion: "6.1.1.25090518"
\ No newline at end of file
appVersion: "2.1.2"
\ No newline at end of file
......@@ -17,7 +17,7 @@ helm package . --destination d:/helmCharts
```shell
#
C:\Users\admin\AppData\Roaming\helm\plugins\helm-push\bin\helm-cm-push.exe d:/helmCharts/fileapi-0.0.1.tgz k8s-t0-commander
C:\Users\admin\AppData\Roaming\helm\plugins\helm-push\bin\helm-cm-push.exe d:/helmCharts/commander-dataprocess-service-0.0.1.tgz k8s-t0-commander
# 查询
helm search repo k8s-t0-commander
......@@ -31,11 +31,11 @@ helm repo update
需要在k8s集群上执行
```shell
helm install fileapi k8s-t0-commander/fileapi --version 0.0.1 -n commander-standard-dev --create-namespace
helm install fileapi k8s-t0-commander/fileapi -n commander-standard-dev --create-namespace
helm install commander-dataprocess-service k8s-t0-commander/commander-dataprocess-service --version 0.0.1 -n commander-standard-dev --create-namespace
helm install commander-dataprocess-service k8s-t0-commander/commander-dataprocess-service -n commander-standard-dev --create-namespace
# 预检
helm install fileapi k8s-t0-commander/fileapi -n commander-standard-dev --dry-run
helm install commander-dataprocess-service k8s-t0-commander/commander-dataprocess-service -n commander-standard-dev --dry-run
```
## 查询
......@@ -47,11 +47,11 @@ helm list -n commander-standard-dev
## 卸载
```shell
helm uninstall fileapi -n commander-standard-dev
helm uninstall commander-dataprocess-service -n commander-standard-dev
```
## 更新
```shell
helm upgrade fileapi k8s-t0-commander/fileapi -n commander-standard-dev
helm upgrade commander-dataprocess-service k8s-t0-commander/commander-dataprocess-service -n commander-standard-dev
```
......@@ -20,8 +20,8 @@ global:
pass: "zhht2023"
profiles_active: "prod"
# ------------------------------------------------------------------------------
fileapi:
imageVersion: "6.1.1.25090518"
commander-dataprocess-service:
imageVersion: "2.1.2"
port: 5610
env:
rocketmq_log_level: "ERROR"
......
apiVersion: v2
name: commander-web-api
description: commander-web-api helm chart
name: commander-dsi-service
description: commander-dsi-service helm chart
type: application
version: 0.0.1
appVersion: "6.1.1.25090518"
\ No newline at end of file
appVersion: "2.1.2"
\ No newline at end of file
......@@ -17,7 +17,7 @@ helm package . --destination d:/helmCharts
```shell
#
C:\Users\admin\AppData\Roaming\helm\plugins\helm-push\bin\helm-cm-push.exe d:/helmCharts/fileapi-0.0.1.tgz k8s-t0-commander
C:\Users\admin\AppData\Roaming\helm\plugins\helm-push\bin\helm-cm-push.exe d:/helmCharts/commander-dsi-service-0.0.1.tgz k8s-t0-commander
# 查询
helm search repo k8s-t0-commander
......@@ -31,11 +31,11 @@ helm repo update
需要在k8s集群上执行
```shell
helm install fileapi k8s-t0-commander/fileapi --version 0.0.1 -n commander-standard-dev --create-namespace
helm install fileapi k8s-t0-commander/fileapi -n commander-standard-dev --create-namespace
helm install commander-dsi-service k8s-t0-commander/commander-dsi-service --version 0.0.1 -n commander-standard-dev --create-namespace
helm install commander-dsi-service k8s-t0-commander/commander-dsi-service -n commander-standard-dev --create-namespace
# 预检
helm install fileapi k8s-t0-commander/fileapi -n commander-standard-dev --dry-run
helm install commander-dsi-service k8s-t0-commander/commander-dsi-service -n commander-standard-dev --dry-run
```
## 查询
......@@ -47,11 +47,11 @@ helm list -n commander-standard-dev
## 卸载
```shell
helm uninstall fileapi -n commander-standard-dev
helm uninstall commander-dsi-service -n commander-standard-dev
```
## 更新
```shell
helm upgrade fileapi k8s-t0-commander/fileapi -n commander-standard-dev
helm upgrade commander-dsi-service k8s-t0-commander/commander-dsi-service -n commander-standard-dev
```
......@@ -20,8 +20,8 @@ global:
pass: "zhht2023"
profiles_active: "prod"
# ------------------------------------------------------------------------------
fileapi:
imageVersion: "6.1.1.25090518"
commander-dsi-service:
imageVersion: "2.1.2"
port: 5610
env:
rocketmq_log_level: "ERROR"
......
apiVersion: v2
name: commander-web
description: commander-web helm chart
name: commander-plateform-api
description: commander-plateform-api helm chart
type: application
version: 0.0.1
appVersion: "6.1.1.25090518"
\ No newline at end of file
appVersion: "2.1.2"
\ No newline at end of file
......@@ -17,7 +17,7 @@ helm package . --destination d:/helmCharts
```shell
#
C:\Users\admin\AppData\Roaming\helm\plugins\helm-push\bin\helm-cm-push.exe d:/helmCharts/fileapi-0.0.1.tgz k8s-t0-commander
C:\Users\admin\AppData\Roaming\helm\plugins\helm-push\bin\helm-cm-push.exe d:/helmCharts/commander-plateform-api-0.0.1.tgz k8s-t0-commander
# 查询
helm search repo k8s-t0-commander
......@@ -31,11 +31,11 @@ helm repo update
需要在k8s集群上执行
```shell
helm install fileapi k8s-t0-commander/fileapi --version 0.0.1 -n commander-standard-dev --create-namespace
helm install fileapi k8s-t0-commander/fileapi -n commander-standard-dev --create-namespace
helm install commander-plateform-api k8s-t0-commander/commander-plateform-api --version 0.0.1 -n commander-standard-dev --create-namespace
helm install commander-plateform-api k8s-t0-commander/commander-plateform-api -n commander-standard-dev --create-namespace
# 预检
helm install fileapi k8s-t0-commander/fileapi -n commander-standard-dev --dry-run
helm install commander-plateform-api k8s-t0-commander/commander-plateform-api -n commander-standard-dev --dry-run
```
## 查询
......@@ -47,11 +47,11 @@ helm list -n commander-standard-dev
## 卸载
```shell
helm uninstall fileapi -n commander-standard-dev
helm uninstall commander-plateform-api -n commander-standard-dev
```
## 更新
```shell
helm upgrade fileapi k8s-t0-commander/fileapi -n commander-standard-dev
helm upgrade commander-plateform-api k8s-t0-commander/commander-plateform-api -n commander-standard-dev
```
......@@ -20,8 +20,8 @@ global:
pass: "zhht2023"
profiles_active: "prod"
# ------------------------------------------------------------------------------
fileapi:
imageVersion: "6.1.1.25090518"
commander-plateform-api:
imageVersion: "2.1.2"
port: 5610
env:
rocketmq_log_level: "ERROR"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment