Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
commander-deploy
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpd
commander-deploy
Commits
25a2bed3
Commit
25a2bed3
authored
Oct 13, 2025
by
李辉02
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
init(修改服务名称和镜像): 修改服务名称和镜像
parent
4976f5c9
Hide whitespace changes
Inline
Side-by-side
Showing
25 changed files
with
43 additions
and
42 deletions
+43
-42
Chart.yaml
Chart.yaml
+7
-6
.helmignore
charts/commander-dataprocess-service/.helmignore
+0
-0
Chart.yaml
charts/commander-dataprocess-service/Chart.yaml
+4
-4
README.md
charts/commander-dataprocess-service/README.md
+6
-6
_resource.tpl
charts/commander-dataprocess-service/templates/_resource.tpl
+0
-0
configmap.yaml
...ts/commander-dataprocess-service/templates/configmap.yaml
+0
-0
deployment.yaml
...s/commander-dataprocess-service/templates/deployment.yaml
+0
-0
service.yaml
charts/commander-dataprocess-service/templates/service.yaml
+0
-0
values.yaml
charts/commander-dataprocess-service/values.yaml
+2
-2
.helmignore
charts/commander-dsi-service/.helmignore
+0
-0
Chart.yaml
charts/commander-dsi-service/Chart.yaml
+4
-4
README.md
charts/commander-dsi-service/README.md
+6
-6
_resource.tpl
charts/commander-dsi-service/templates/_resource.tpl
+0
-0
configmap.yaml
charts/commander-dsi-service/templates/configmap.yaml
+0
-0
deployment.yaml
charts/commander-dsi-service/templates/deployment.yaml
+0
-0
service.yaml
charts/commander-dsi-service/templates/service.yaml
+0
-0
values.yaml
charts/commander-dsi-service/values.yaml
+2
-2
.helmignore
charts/commander-plateform-api/.helmignore
+0
-0
Chart.yaml
charts/commander-plateform-api/Chart.yaml
+4
-4
README.md
charts/commander-plateform-api/README.md
+6
-6
_resource.tpl
charts/commander-plateform-api/templates/_resource.tpl
+0
-0
configmap.yaml
charts/commander-plateform-api/templates/configmap.yaml
+0
-0
deployment.yaml
charts/commander-plateform-api/templates/deployment.yaml
+0
-0
service.yaml
charts/commander-plateform-api/templates/service.yaml
+0
-0
values.yaml
charts/commander-plateform-api/values.yaml
+2
-2
No files found.
Chart.yaml
View file @
25a2bed3
...
@@ -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-d
ata-check
-
name
:
commander-d
si-service
repository
:
file://charts/commander-d
ata-check
repository
:
file://charts/commander-d
si-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
charts/commander-data
-check
/.helmignore
→
charts/commander-data
process-service
/.helmignore
View file @
25a2bed3
File moved
charts/commander-data
-check
/Chart.yaml
→
charts/commander-data
process-service
/Chart.yaml
View file @
25a2bed3
apiVersion
:
v2
apiVersion
:
v2
name
:
commander-data
-check
name
:
commander-data
process-service
description
:
commander-data
-check
helm chart
description
:
commander-data
process-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
charts/commander-data
-check
/README.md
→
charts/commander-data
process-service
/README.md
View file @
25a2bed3
...
@@ -17,7 +17,7 @@ helm package . --destination d:/helmCharts
...
@@ -17,7 +17,7 @@ helm package . --destination d:/helmCharts
```
shell
```
shell
#
#
C:
\U
sers
\a
dmin
\A
ppData
\R
oaming
\h
elm
\p
lugins
\h
elm-push
\b
in
\h
elm-cm-push.exe d:/helmCharts/
fileapi
-0.0.1.tgz k8s-t0-commander
C:
\U
sers
\a
dmin
\A
ppData
\R
oaming
\h
elm
\p
lugins
\h
elm-push
\b
in
\h
elm-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
```
```
charts/commander-data
-check
/templates/_resource.tpl
→
charts/commander-data
process-service
/templates/_resource.tpl
View file @
25a2bed3
File moved
charts/commander-data
-check
/templates/configmap.yaml
→
charts/commander-data
process-service
/templates/configmap.yaml
View file @
25a2bed3
File moved
charts/commander-data
-check
/templates/deployment.yaml
→
charts/commander-data
process-service
/templates/deployment.yaml
View file @
25a2bed3
File moved
charts/commander-data
-check
/templates/service.yaml
→
charts/commander-data
process-service
/templates/service.yaml
View file @
25a2bed3
File moved
charts/commander-data
-check
/values.yaml
→
charts/commander-data
process-service
/values.yaml
View file @
25a2bed3
...
@@ -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"
...
...
charts/commander-
web-api
/.helmignore
→
charts/commander-
dsi-service
/.helmignore
View file @
25a2bed3
File moved
charts/commander-
web-api
/Chart.yaml
→
charts/commander-
dsi-service
/Chart.yaml
View file @
25a2bed3
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
charts/commander-
web-api
/README.md
→
charts/commander-
dsi-service
/README.md
View file @
25a2bed3
...
@@ -17,7 +17,7 @@ helm package . --destination d:/helmCharts
...
@@ -17,7 +17,7 @@ helm package . --destination d:/helmCharts
```
shell
```
shell
#
#
C:
\U
sers
\a
dmin
\A
ppData
\R
oaming
\h
elm
\p
lugins
\h
elm-push
\b
in
\h
elm-cm-push.exe d:/helmCharts/
fileapi
-0.0.1.tgz k8s-t0-commander
C:
\U
sers
\a
dmin
\A
ppData
\R
oaming
\h
elm
\p
lugins
\h
elm-push
\b
in
\h
elm-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
```
```
charts/commander-
web-api
/templates/_resource.tpl
→
charts/commander-
dsi-service
/templates/_resource.tpl
View file @
25a2bed3
File moved
charts/commander-
web-api
/templates/configmap.yaml
→
charts/commander-
dsi-service
/templates/configmap.yaml
View file @
25a2bed3
File moved
charts/commander-
web-api
/templates/deployment.yaml
→
charts/commander-
dsi-service
/templates/deployment.yaml
View file @
25a2bed3
File moved
charts/commander-
web-api
/templates/service.yaml
→
charts/commander-
dsi-service
/templates/service.yaml
View file @
25a2bed3
File moved
charts/commander-
web-api
/values.yaml
→
charts/commander-
dsi-service
/values.yaml
View file @
25a2bed3
...
@@ -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"
...
...
charts/commander-
web
/.helmignore
→
charts/commander-
plateform-api
/.helmignore
View file @
25a2bed3
File moved
charts/commander-
web
/Chart.yaml
→
charts/commander-
plateform-api
/Chart.yaml
View file @
25a2bed3
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
charts/commander-
web
/README.md
→
charts/commander-
plateform-api
/README.md
View file @
25a2bed3
...
@@ -17,7 +17,7 @@ helm package . --destination d:/helmCharts
...
@@ -17,7 +17,7 @@ helm package . --destination d:/helmCharts
```
shell
```
shell
#
#
C:
\U
sers
\a
dmin
\A
ppData
\R
oaming
\h
elm
\p
lugins
\h
elm-push
\b
in
\h
elm-cm-push.exe d:/helmCharts/
file
api-0.0.1.tgz k8s-t0-commander
C:
\U
sers
\a
dmin
\A
ppData
\R
oaming
\h
elm
\p
lugins
\h
elm-push
\b
in
\h
elm-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/file
api
--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/file
api
-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/file
api
-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
file
api
-n
commander-standard-dev
helm uninstall
commander-plateform-
api
-n
commander-standard-dev
```
```
## 更新
## 更新
```
shell
```
shell
helm upgrade
fileapi k8s-t0-commander/file
api
-n
commander-standard-dev
helm upgrade
commander-plateform-api k8s-t0-commander/commander-plateform-
api
-n
commander-standard-dev
```
```
charts/commander-
web
/templates/_resource.tpl
→
charts/commander-
plateform-api
/templates/_resource.tpl
View file @
25a2bed3
File moved
charts/commander-
web
/templates/configmap.yaml
→
charts/commander-
plateform-api
/templates/configmap.yaml
View file @
25a2bed3
File moved
charts/commander-
web
/templates/deployment.yaml
→
charts/commander-
plateform-api
/templates/deployment.yaml
View file @
25a2bed3
File moved
charts/commander-
web
/templates/service.yaml
→
charts/commander-
plateform-api
/templates/service.yaml
View file @
25a2bed3
File moved
charts/commander-
web
/values.yaml
→
charts/commander-
plateform-api
/values.yaml
View file @
25a2bed3
...
@@ -20,8 +20,8 @@ global:
...
@@ -20,8 +20,8 @@ global:
pass
:
"
zhht2023"
pass
:
"
zhht2023"
profiles_active
:
"
prod"
profiles_active
:
"
prod"
# ------------------------------------------------------------------------------
# ------------------------------------------------------------------------------
file
api
:
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"
...
...
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