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
4976f5c9
Commit
4976f5c9
authored
Oct 13, 2025
by
李辉02
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
init(添加commander-ifs-service部署文件): 添加部署文件
parent
08f5aad9
Show whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
31 additions
and
41 deletions
+31
-41
Chart.yaml
Chart.yaml
+2
-2
_resource.tpl
charts/commander-data-check/templates/_resource.tpl
+1
-1
.helmignore
charts/commander-ifs-service/.helmignore
+0
-0
Chart.yaml
charts/commander-ifs-service/Chart.yaml
+4
-4
README.md
charts/commander-ifs-service/README.md
+6
-6
_resource.tpl
charts/commander-ifs-service/templates/_resource.tpl
+1
-1
configmap.yaml
charts/commander-ifs-service/templates/configmap.yaml
+0
-0
deployment.yaml
charts/commander-ifs-service/templates/deployment.yaml
+0
-0
service.yaml
charts/commander-ifs-service/templates/service.yaml
+0
-0
values.yaml
charts/commander-ifs-service/values.yaml
+2
-2
_resource.tpl
charts/commander-web-api/templates/_resource.tpl
+1
-1
_resource.tpl
charts/commander-web/templates/_resource.tpl
+1
-1
Chart.yaml
charts/common/Chart.yaml
+1
-1
_resource.tpl
charts/common/templates/_resource.tpl
+0
-13
tencent-secret-pub.yaml
charts/common/templates/tencent-secret-pub.yaml
+12
-0
values.yaml
charts/common/values.yaml
+0
-9
No files found.
Chart.yaml
View file @
4976f5c9
...
@@ -8,8 +8,8 @@ dependencies:
...
@@ -8,8 +8,8 @@ dependencies:
-
name
:
commander-data-check
-
name
:
commander-data-check
repository
:
file://charts/commander-data-check
repository
:
file://charts/commander-data-check
version
:
0.0.1
version
:
0.0.1
-
name
:
commander-ifs
-
name
:
commander-ifs
-service
repository
:
file://charts/commander-ifs
repository
:
file://charts/commander-ifs
-service
version
:
0.0.1
version
:
0.0.1
-
name
:
commander-web
-
name
:
commander-web
repository
:
file://charts/commander-web
repository
:
file://charts/commander-web
...
...
charts/commander-data-check/templates/_resource.tpl
View file @
4976f5c9
{{
-
define
"app.resources"
-
}}
{{
-
define
"app.resources"
-
}}
requests:
requests:
memory: "400Mi"
memory: "400Mi"
cpu: "
3
00m"
cpu: "
1
00m"
limits:
limits:
memory: "512Mi"
memory: "512Mi"
cpu: "500m"
cpu: "500m"
...
...
charts/commander-ifs/.helmignore
→
charts/commander-ifs
-service
/.helmignore
View file @
4976f5c9
File moved
charts/commander-ifs/Chart.yaml
→
charts/commander-ifs
-service
/Chart.yaml
View file @
4976f5c9
apiVersion
:
v2
apiVersion
:
v2
name
:
commander-ifs
name
:
commander-ifs
-service
description
:
commander-ifs helm chart
description
:
commander-ifs
-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-ifs/README.md
→
charts/commander-ifs
-service
/README.md
View file @
4976f5c9
...
@@ -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-ifs-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-ifs-service k8s-t0-commander/commander-ifs-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-ifs-service k8s-t0-commander/commander-ifs-service
-n
commander-standard-dev
--create-namespace
# 预检
# 预检
helm
install
fileapi k8s-t0-commander/fileapi
-n
commander-standard-dev
--dry-run
helm
install
commander-ifs-service k8s-t0-commander/commander-ifs-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-ifs-service
-n
commander-standard-dev
```
```
## 更新
## 更新
```
shell
```
shell
helm upgrade
fileapi k8s-t0-commander/fileapi
-n
commander-standard-dev
helm upgrade
commander-ifs-service k8s-t0-commander/commander-ifs-service
-n
commander-standard-dev
```
```
charts/commander-ifs/templates/_resource.tpl
→
charts/commander-ifs
-service
/templates/_resource.tpl
View file @
4976f5c9
{{
-
define
"app.resources"
-
}}
{{
-
define
"app.resources"
-
}}
requests:
requests:
memory: "400Mi"
memory: "400Mi"
cpu: "
3
00m"
cpu: "
1
00m"
limits:
limits:
memory: "512Mi"
memory: "512Mi"
cpu: "500m"
cpu: "500m"
...
...
charts/commander-ifs/templates/configmap.yaml
→
charts/commander-ifs
-service
/templates/configmap.yaml
View file @
4976f5c9
File moved
charts/commander-ifs/templates/deployment.yaml
→
charts/commander-ifs
-service
/templates/deployment.yaml
View file @
4976f5c9
File moved
charts/commander-ifs/templates/service.yaml
→
charts/commander-ifs
-service
/templates/service.yaml
View file @
4976f5c9
File moved
charts/commander-ifs/values.yaml
→
charts/commander-ifs
-service
/values.yaml
View file @
4976f5c9
...
@@ -20,8 +20,8 @@ global:
...
@@ -20,8 +20,8 @@ global:
pass
:
"
zhht2023"
pass
:
"
zhht2023"
profiles_active
:
"
prod"
profiles_active
:
"
prod"
# ------------------------------------------------------------------------------
# ------------------------------------------------------------------------------
fileapi
:
commander-ifs-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/templates/_resource.tpl
View file @
4976f5c9
{{
-
define
"app.resources"
-
}}
{{
-
define
"app.resources"
-
}}
requests:
requests:
memory: "400Mi"
memory: "400Mi"
cpu: "
3
00m"
cpu: "
1
00m"
limits:
limits:
memory: "512Mi"
memory: "512Mi"
cpu: "500m"
cpu: "500m"
...
...
charts/commander-web/templates/_resource.tpl
View file @
4976f5c9
{{
-
define
"app.resources"
-
}}
{{
-
define
"app.resources"
-
}}
requests:
requests:
memory: "400Mi"
memory: "400Mi"
cpu: "
3
00m"
cpu: "
1
00m"
limits:
limits:
memory: "512Mi"
memory: "512Mi"
cpu: "500m"
cpu: "500m"
...
...
charts/common/Chart.yaml
View file @
4976f5c9
apiVersion
:
v2
apiVersion
:
v2
appVersion
:
"
0.0.1"
appVersion
:
"
0.0.1"
name
:
common
name
:
common
type
:
library
type
:
application
version
:
"
0.0.1"
version
:
"
0.0.1"
charts/common/templates/_resource.tpl
deleted
100644 → 0
View file @
08f5aad9
{{
-
define
"app.imagePullSecrets"
-
}}
{{- if .Values.global.imagePullSecrets }}
{{- if eq .Values.global.imagePullSecrets "none" }}
imagePullSecrets: []
{{- else }}
imagePullSecrets:
- name: {{ .Values.global.imagePullSecrets }}
{{- end }}
{{- else }}
imagePullSecrets: []
{{- end }}
{{- end -}}
\ No newline at end of file
charts/common/templates/tencent-secret-pub.yaml
0 → 100644
View file @
4976f5c9
apiVersion
:
v1
data
:
.dockerconfigjson
:
>-
eyJhdXRocyI6eyJrOHMtdDAudGVuY2VudGNsb3VkY3IuY29tIjp7InVzZXJuYW1lIjoiMTAwMDM2NjI3MDUxIiwicGFzc3dvcmQiOiJleUpoYkdjaU9pSlNVekkxTmlJc0ltdHBaQ0k2SWs1U1JFVTZSbE0zU0RwWk5WUlZPbFJXUWtNNlRFSlZTVHBPTWpaYU9rZFRURFE2UkZsU1JEcE5URXRWT2pOS1VGYzZUVGRVUnpwRVQwWldJbjAuZXlKdmQyNWxjbFZwYmlJNklqRXdNREF6TmpZeU56QTFNU0lzSW05d1pYSmhkRzl5VldsdUlqb2lNVEF3TURNMk5qSTNNRFV4SWl3aWRHOXJaVzVKWkNJNkltUXhhbkprYkdGbloyRmxOblpoY0dnM2RHSm5JaXdpWlhod0lqb3lNRFkyT1RnM05EYzNMQ0p1WW1ZaU9qRTNOVEUyTWpjME56Y3NJbWxoZENJNk1UYzFNVFl5TnpRM04zMC5Od01ZaEh1TjZ3M2VLMTBva1dPNU8zV2FJQWdXZEh6ZmhIOUFnXzhzQWFXWmNSamtXbmlwYXpBeDBRc0hueGYtTWllNVgyNzVBclBFME9HYVZMRHdoaGFqLW5fdktBUHpQOVI5M3VNR25WUVJ6cktmNmNhSzNfc0JlS01ndjR6NWNkN3lhejR6NnR5OFNZV2R6X2tlRnF0MzR1R0lyaHdXODM4TG9iaUJBdW1CS0ZuUjJnNDV5RlNHaTNQcmh2Tk5DQ0hQNGs0MjVJREY0Q3lsb3FJM0ViQ21Pb2JuamY5MEZxXzUwWnBCaWZHSWpxSjJYaU5XX3A1SmdTU1hpX0pVY3ZiUXNBWHBMaUtBTHQxQzdNNWdCaXFzaW1EeUlYLUltWUlqTkJCUDE3OFM0ZlZZWDlKTklLdjgyS2xHZTVmczVfQ0pndzFvODN0T1hyWlBCVEZIV2ciLCJlbWFpbCI6IiJ9fX0=
kind
:
Secret
metadata
:
labels
:
label_key_for_tcr_assistant_key
:
{{
.Values.global.imagePullSecrets
}}
name
:
{{
.Values.global.imagePullSecrets
}}
namespace
:
{{
.Values.global.app.namespace
}}
type
:
kubernetes.io/dockerconfigjson
\ No newline at end of file
charts/common/values.yaml
View file @
4976f5c9
...
@@ -2,11 +2,3 @@ global:
...
@@ -2,11 +2,3 @@ global:
imagePullSecrets
:
tcr.ipstcr-public
imagePullSecrets
:
tcr.ipstcr-public
app
:
app
:
namespace
:
commander-standard-dev
namespace
:
commander-standard-dev
replicas
:
1
imageUrl
:
k8s-t0.tencentcloudcr.com/commander/
apiHost
:
commander-api.aipark.com
nacos
:
ip
:
"
nacos-headless.nacos.svc.cluster.local"
port
:
"
8848"
pass
:
"
zhht2023"
profiles_active
:
"
prod"
\ No newline at end of file
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