Commit 25a2bed3 by 李辉02

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

parent 4976f5c9
...@@ -5,15 +5,15 @@ name: commander-deploy ...@@ -5,15 +5,15 @@ name: commander-deploy
type: application type: application
version: "0.0.1" version: "0.0.1"
dependencies: dependencies:
- name: commander-data-check - name: commander-dsi-service
repository: file://charts/commander-data-check repository: file://charts/commander-dsi-service
version: 0.0.1 version: 0.0.1
- name: commander-ifs-service - name: commander-ifs-service
repository: file://charts/commander-ifs-service repository: file://charts/commander-ifs-service
version: 0.0.1 version: 0.0.1
- name: commander-web - name: commander-plateform-api
repository: file://charts/commander-web repository: file://charts/commander-plateform-api
version: 0.0.1 version: 0.0.1
- name: commander-web-api - name: commander-dataprocess-service
repository: file://charts/commander-web-api repository: file://charts/commander-dataprocess-service
version: 0.0.1 version: 0.0.1
\ No newline at end of file
apiVersion: v2 apiVersion: v2
name: commander-data-check name: commander-dataprocess-service
description: commander-data-check helm chart description: commander-dataprocess-service helm chart
type: application type: application
version: 0.0.1 version: 0.0.1
appVersion: "6.1.1.25090518" appVersion: "2.1.2"
\ No newline at end of file \ No newline at end of file
...@@ -17,7 +17,7 @@ helm package . --destination d:/helmCharts ...@@ -17,7 +17,7 @@ helm package . --destination d:/helmCharts
```shell ```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 helm search repo k8s-t0-commander
...@@ -31,11 +31,11 @@ helm repo update ...@@ -31,11 +31,11 @@ helm repo update
需要在k8s集群上执行 需要在k8s集群上执行
```shell ```shell
helm install fileapi k8s-t0-commander/fileapi --version 0.0.1 -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 fileapi k8s-t0-commander/fileapi -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 ...@@ -47,11 +47,11 @@ helm list -n commander-standard-dev
## 卸载 ## 卸载
```shell ```shell
helm uninstall fileapi -n commander-standard-dev helm uninstall commander-dataprocess-service -n commander-standard-dev
``` ```
## 更新 ## 更新
```shell ```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: ...@@ -20,8 +20,8 @@ global:
pass: "zhht2023" pass: "zhht2023"
profiles_active: "prod" profiles_active: "prod"
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
fileapi: commander-dataprocess-service:
imageVersion: "6.1.1.25090518" imageVersion: "2.1.2"
port: 5610 port: 5610
env: env:
rocketmq_log_level: "ERROR" rocketmq_log_level: "ERROR"
......
apiVersion: v2 apiVersion: v2
name: commander-web-api name: commander-dsi-service
description: commander-web-api helm chart description: commander-dsi-service helm chart
type: application type: application
version: 0.0.1 version: 0.0.1
appVersion: "6.1.1.25090518" appVersion: "2.1.2"
\ No newline at end of file \ No newline at end of file
...@@ -17,7 +17,7 @@ helm package . --destination d:/helmCharts ...@@ -17,7 +17,7 @@ helm package . --destination d:/helmCharts
```shell ```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 helm search repo k8s-t0-commander
...@@ -31,11 +31,11 @@ helm repo update ...@@ -31,11 +31,11 @@ helm repo update
需要在k8s集群上执行 需要在k8s集群上执行
```shell ```shell
helm install fileapi k8s-t0-commander/fileapi --version 0.0.1 -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 fileapi k8s-t0-commander/fileapi -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 ...@@ -47,11 +47,11 @@ helm list -n commander-standard-dev
## 卸载 ## 卸载
```shell ```shell
helm uninstall fileapi -n commander-standard-dev helm uninstall commander-dsi-service -n commander-standard-dev
``` ```
## 更新 ## 更新
```shell ```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: ...@@ -20,8 +20,8 @@ global:
pass: "zhht2023" pass: "zhht2023"
profiles_active: "prod" profiles_active: "prod"
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
fileapi: commander-dsi-service:
imageVersion: "6.1.1.25090518" imageVersion: "2.1.2"
port: 5610 port: 5610
env: env:
rocketmq_log_level: "ERROR" rocketmq_log_level: "ERROR"
......
apiVersion: v2 apiVersion: v2
name: commander-web name: commander-plateform-api
description: commander-web helm chart description: commander-plateform-api helm chart
type: application type: application
version: 0.0.1 version: 0.0.1
appVersion: "6.1.1.25090518" appVersion: "2.1.2"
\ No newline at end of file \ No newline at end of file
...@@ -17,7 +17,7 @@ helm package . --destination d:/helmCharts ...@@ -17,7 +17,7 @@ helm package . --destination d:/helmCharts
```shell ```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 helm search repo k8s-t0-commander
...@@ -31,11 +31,11 @@ helm repo update ...@@ -31,11 +31,11 @@ helm repo update
需要在k8s集群上执行 需要在k8s集群上执行
```shell ```shell
helm install fileapi k8s-t0-commander/fileapi --version 0.0.1 -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 fileapi k8s-t0-commander/fileapi -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 ...@@ -47,11 +47,11 @@ helm list -n commander-standard-dev
## 卸载 ## 卸载
```shell ```shell
helm uninstall fileapi -n commander-standard-dev helm uninstall commander-plateform-api -n commander-standard-dev
``` ```
## 更新 ## 更新
```shell ```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: ...@@ -20,8 +20,8 @@ global:
pass: "zhht2023" pass: "zhht2023"
profiles_active: "prod" profiles_active: "prod"
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
fileapi: commander-plateform-api:
imageVersion: "6.1.1.25090518" imageVersion: "2.1.2"
port: 5610 port: 5610
env: env:
rocketmq_log_level: "ERROR" 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