chore: update workload runtime integration

This commit is contained in:
2026-06-02 09:48:58 +00:00
parent 80a063a167
commit cb6cf58229
11 changed files with 45 additions and 67 deletions

View File

@ -11,10 +11,13 @@
path: /spec/template/spec/containers/0/resources/limits/memory
value: 4Gi
- op: replace
path: /spec/template/spec/containers/0/args/4
value: /home/coder/workspace
path: /spec/template/spec/containers/0/resources/limits/nvidia.com~1gpu
value: "1"
- op: replace
path: /spec/template/spec/containers/0/volumeMounts/0/mountPath
path: /spec/template/spec/containers/0/resources/limits/nvidia.com~1gpumem
value: "8192"
- op: replace
path: /spec/template/spec/containers/0/args/4
value: /home/coder/workspace
- op: add
path: /spec/template/spec/containers/0/env/-

View File

@ -6,7 +6,6 @@ resources:
- ../../../apps/code-server/base
- generated-secret.yaml
components:
- ../../../apps/code-server/components/nfs
- ../../../apps/code-server/components/service-nodeport
patches:
- path: deployment-patch.yaml
@ -15,10 +14,6 @@ patches:
version: v1
kind: Deployment
name: code-server
- path: pvc-patch.yaml
target:
kind: PersistentVolumeClaim
name: code-server-data
- path: service-nodeport-patch.yaml
target:
kind: Service

View File

@ -1,4 +0,0 @@
- op: replace
path: /spec/resources/requests/storage
value: 10Gi