first backup of charts

This commit is contained in:
Ivan087
2025-09-23 10:01:17 +08:00
commit cbfc0104a6
170 changed files with 17788 additions and 0 deletions

55
code/metadata.yaml Normal file
View File

@ -0,0 +1,55 @@
application_name: &application_name code
distributed:
method: helm
release_name: *application_name
chart: codeserver/ci/helm-chart
sets:
image:
repository: codercom/code-server
tag: '4.103.2'
pullPolicy: IfNotPresent
resources:
limits:
nvidia.com/gpu: 0
nodeSelector:
resource-group: gpu_5880
service:
type: NodePort
port: 8080
svc:
svc_type: NodePort
protocol: http
hostname: 10.6.14.123
servicename: ~
port: 30083
url: ~
pod:
name: *application_name
monolithic:
method: helm
release_name: *application_name
chart: codeserver/ci/helm-chart
sets:
image:
repository: codercom/code-server
tag: '4.103.2'
pullPolicy: IfNotPresent
resources:
limits:
nvidia.com/gpu: 1
nodeSelector:
resource-group: gpu_5880
service:
type: NodePort
port: 8080
svc:
svc_type: NodePort
protocol: http
hostname: 10.6.14.123
servicename: ~
port: 30083
url: ~
pod:
name: *application_name