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
aa168c11
Commit
aa168c11
authored
Sep 10, 2025
by
李辉02
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
环境切换为commander
parent
8365bb76
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
44 additions
and
44 deletions
+44
-44
README.md
charts/commander-data-check/README.md
+9
-9
values.yaml
charts/commander-data-check/values.yaml
+2
-2
README.md
charts/commander-ifs/README.md
+9
-9
values.yaml
charts/commander-ifs/values.yaml
+2
-2
README.md
charts/commander-web-api/README.md
+9
-9
values.yaml
charts/commander-web-api/values.yaml
+2
-2
README.md
charts/commander-web/README.md
+9
-9
values.yaml
charts/commander-web/values.yaml
+2
-2
No files found.
charts/commander-data-check/README.md
View file @
aa168c11
## 添加仓库到本地
```
shell
helm repo add k8s-t0-
eoc https://k8s-t0.tencentcloudcr.com/chartrepo/eoc
--username
你的账号
--password
你的密码
helm repo add k8s-t0-
commander https://k8s-t0.tencentcloudcr.com/chartrepo/commander
--username
你的账号
--password
你的密码
```
## 打包
...
...
@@ -17,10 +17,10 @@ helm package . --destination d:/helmCharts
```
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-
eoc
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
# 查询
helm search repo k8s-t0-
eoc
helm search repo k8s-t0-
commander
# 更新
helm repo update
...
...
@@ -31,27 +31,27 @@ helm repo update
需要在k8s集群上执行
```
shell
helm
install
fileapi k8s-t0-
eoc/fileapi
--version
0.0.1
-n
eoc
-standard-dev
--create-namespace
helm
install
fileapi k8s-t0-
eoc/fileapi
-n
eoc
-standard-dev
--create-namespace
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
fileapi k8s-t0-
eoc/fileapi
-n
eoc
-standard-dev
--dry-run
helm
install
fileapi k8s-t0-
commander/fileapi
-n
commander
-standard-dev
--dry-run
```
## 查询
```
shell
helm list
-n
eoc
-standard-dev
helm list
-n
commander
-standard-dev
```
## 卸载
```
shell
helm uninstall fileapi
-n
eoc
-standard-dev
helm uninstall fileapi
-n
commander
-standard-dev
```
## 更新
```
shell
helm upgrade fileapi k8s-t0-
eoc/fileapi
-n
eoc
-standard-dev
helm upgrade fileapi k8s-t0-
commander/fileapi
-n
commander
-standard-dev
```
charts/commander-data-check/values.yaml
View file @
aa168c11
...
...
@@ -12,8 +12,8 @@ global:
app
:
namespace
:
commander-standard-dev
replicas
:
1
imageUrl
:
k8s-t0.tencentcloudcr.com/
eoc
/
apiHost
:
eoc
-api.aipark.com
imageUrl
:
k8s-t0.tencentcloudcr.com/
commander
/
apiHost
:
commander
-api.aipark.com
nacos
:
ip
:
"
nacos-headless.nacos.svc.cluster.local"
port
:
"
8848"
...
...
charts/commander-ifs/README.md
View file @
aa168c11
## 添加仓库到本地
```
shell
helm repo add k8s-t0-
eoc https://k8s-t0.tencentcloudcr.com/chartrepo/eoc
--username
你的账号
--password
你的密码
helm repo add k8s-t0-
commander https://k8s-t0.tencentcloudcr.com/chartrepo/commander
--username
你的账号
--password
你的密码
```
## 打包
...
...
@@ -17,10 +17,10 @@ helm package . --destination d:/helmCharts
```
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-
eoc
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
# 查询
helm search repo k8s-t0-
eoc
helm search repo k8s-t0-
commander
# 更新
helm repo update
...
...
@@ -31,27 +31,27 @@ helm repo update
需要在k8s集群上执行
```
shell
helm
install
fileapi k8s-t0-
eoc/fileapi
--version
0.0.1
-n
eoc
-standard-dev
--create-namespace
helm
install
fileapi k8s-t0-
eoc/fileapi
-n
eoc
-standard-dev
--create-namespace
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
fileapi k8s-t0-
eoc/fileapi
-n
eoc
-standard-dev
--dry-run
helm
install
fileapi k8s-t0-
commander/fileapi
-n
commander
-standard-dev
--dry-run
```
## 查询
```
shell
helm list
-n
eoc
-standard-dev
helm list
-n
commander
-standard-dev
```
## 卸载
```
shell
helm uninstall fileapi
-n
eoc
-standard-dev
helm uninstall fileapi
-n
commander
-standard-dev
```
## 更新
```
shell
helm upgrade fileapi k8s-t0-
eoc/fileapi
-n
eoc
-standard-dev
helm upgrade fileapi k8s-t0-
commander/fileapi
-n
commander
-standard-dev
```
charts/commander-ifs/values.yaml
View file @
aa168c11
...
...
@@ -12,8 +12,8 @@ global:
app
:
namespace
:
commander-standard-dev
replicas
:
1
imageUrl
:
k8s-t0.tencentcloudcr.com/
eoc
/
apiHost
:
eoc
-api.aipark.com
imageUrl
:
k8s-t0.tencentcloudcr.com/
commander
/
apiHost
:
commander
-api.aipark.com
nacos
:
ip
:
"
nacos-headless.nacos.svc.cluster.local"
port
:
"
8848"
...
...
charts/commander-web-api/README.md
View file @
aa168c11
## 添加仓库到本地
```
shell
helm repo add k8s-t0-
eoc https://k8s-t0.tencentcloudcr.com/chartrepo/eoc
--username
你的账号
--password
你的密码
helm repo add k8s-t0-
commander https://k8s-t0.tencentcloudcr.com/chartrepo/commander
--username
你的账号
--password
你的密码
```
## 打包
...
...
@@ -17,10 +17,10 @@ helm package . --destination d:/helmCharts
```
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-
eoc
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
# 查询
helm search repo k8s-t0-
eoc
helm search repo k8s-t0-
commander
# 更新
helm repo update
...
...
@@ -31,27 +31,27 @@ helm repo update
需要在k8s集群上执行
```
shell
helm
install
fileapi k8s-t0-
eoc/fileapi
--version
0.0.1
-n
eoc
-standard-dev
--create-namespace
helm
install
fileapi k8s-t0-
eoc/fileapi
-n
eoc
-standard-dev
--create-namespace
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
fileapi k8s-t0-
eoc/fileapi
-n
eoc
-standard-dev
--dry-run
helm
install
fileapi k8s-t0-
commander/fileapi
-n
commander
-standard-dev
--dry-run
```
## 查询
```
shell
helm list
-n
eoc
-standard-dev
helm list
-n
commander
-standard-dev
```
## 卸载
```
shell
helm uninstall fileapi
-n
eoc
-standard-dev
helm uninstall fileapi
-n
commander
-standard-dev
```
## 更新
```
shell
helm upgrade fileapi k8s-t0-
eoc/fileapi
-n
eoc
-standard-dev
helm upgrade fileapi k8s-t0-
commander/fileapi
-n
commander
-standard-dev
```
charts/commander-web-api/values.yaml
View file @
aa168c11
...
...
@@ -12,8 +12,8 @@ global:
app
:
namespace
:
commander-standard-dev
replicas
:
1
imageUrl
:
k8s-t0.tencentcloudcr.com/
eoc
/
apiHost
:
eoc
-api.aipark.com
imageUrl
:
k8s-t0.tencentcloudcr.com/
commander
/
apiHost
:
commander
-api.aipark.com
nacos
:
ip
:
"
nacos-headless.nacos.svc.cluster.local"
port
:
"
8848"
...
...
charts/commander-web/README.md
View file @
aa168c11
## 添加仓库到本地
```
shell
helm repo add k8s-t0-
eoc https://k8s-t0.tencentcloudcr.com/chartrepo/eoc
--username
你的账号
--password
你的密码
helm repo add k8s-t0-
commander https://k8s-t0.tencentcloudcr.com/chartrepo/commander
--username
你的账号
--password
你的密码
```
## 打包
...
...
@@ -17,10 +17,10 @@ helm package . --destination d:/helmCharts
```
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-
eoc
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
# 查询
helm search repo k8s-t0-
eoc
helm search repo k8s-t0-
commander
# 更新
helm repo update
...
...
@@ -31,27 +31,27 @@ helm repo update
需要在k8s集群上执行
```
shell
helm
install
fileapi k8s-t0-
eoc/fileapi
--version
0.0.1
-n
eoc
-standard-dev
--create-namespace
helm
install
fileapi k8s-t0-
eoc/fileapi
-n
eoc
-standard-dev
--create-namespace
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
fileapi k8s-t0-
eoc/fileapi
-n
eoc
-standard-dev
--dry-run
helm
install
fileapi k8s-t0-
commander/fileapi
-n
commander
-standard-dev
--dry-run
```
## 查询
```
shell
helm list
-n
eoc
-standard-dev
helm list
-n
commander
-standard-dev
```
## 卸载
```
shell
helm uninstall fileapi
-n
eoc
-standard-dev
helm uninstall fileapi
-n
commander
-standard-dev
```
## 更新
```
shell
helm upgrade fileapi k8s-t0-
eoc/fileapi
-n
eoc
-standard-dev
helm upgrade fileapi k8s-t0-
commander/fileapi
-n
commander
-standard-dev
```
charts/commander-web/values.yaml
View file @
aa168c11
...
...
@@ -12,8 +12,8 @@ global:
app
:
namespace
:
commander-standard-dev
replicas
:
1
imageUrl
:
k8s-t0.tencentcloudcr.com/
eoc
/
apiHost
:
eoc
-api.aipark.com
imageUrl
:
k8s-t0.tencentcloudcr.com/
commander
/
apiHost
:
commander
-api.aipark.com
nacos
:
ip
:
"
nacos-headless.nacos.svc.cluster.local"
port
:
"
8848"
...
...
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