56 lines
1.1 KiB
YAML
56 lines
1.1 KiB
YAML
|
|
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
|