chore: update workload runtime integration
This commit is contained in:
@ -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/-
|
||||
|
||||
@ -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
|
||||
|
||||
@ -1,4 +0,0 @@
|
||||
- op: replace
|
||||
path: /spec/resources/requests/storage
|
||||
value: 10Gi
|
||||
|
||||
Reference in New Issue
Block a user