File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,20 +2,20 @@ apiVersion: v1
22kind : CoderWorkspace
33spec :
44 deployments :
5- - shortName : ' deepl-node-dev'
6- gitRepositoryHttpUrl : ' https://git.deepl.dev/deepl/backend/oss-client-libs/deepl-node.git'
7- containerImage : ' harbor.deepl.dev/olympus/devcontainers/base-ubuntu'
8- shellSessionStartingDir : ' /workspaces/deepl-node'
5+ - shortName : " deepl-node-dev"
6+ gitRepositoryHttpUrl : " https://git.deepl.dev/deepl/backend/oss-client-libs/deepl-node.git"
7+ containerImage : " harbor.deepl.dev/olympus/devcontainers/base-ubuntu"
8+ shellSessionStartingDir : " /workspaces/deepl-node"
99 resources :
1010 requests :
11- cpu : ' 2 '
11+ cpu : " 2 "
1212 memory : 4Gi
1313 limits :
1414 memory : 16Gi
1515 volumeMounts :
16- - name : ' workspaces'
17- size : ' 10 '
18- mountPath : ' /workspaces'
19- - name : ' home--vscode'
20- size : ' 10 '
21- mountPath : ' /home/vscode'
16+ - name : " workspaces"
17+ size : " 10 "
18+ mountPath : " /workspaces"
19+ - name : " home--vscode"
20+ size : " 10 "
21+ mountPath : " /home/vscode"
You can’t perform that action at this time.
0 commit comments