Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6ac6200

Browse files
committed
Add coder.yaml
1 parent 95c3e53 commit 6ac6200

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.coder/coder.yaml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
version: 0.2
2+
workspace:
3+
type: "kubernetes"
4+
specs:
5+
kubernetes:
6+
# Image should already be registered in your coder's organization.
7+
# Use the image's repo name.
8+
image:
9+
value: ubuntu:latest
10+
container-based-vm:
11+
value: false
12+
cpu:
13+
value: 2
14+
memory:
15+
value: 2
16+
disk:
17+
value: 10

0 commit comments

Comments
 (0)