File tree 2 files changed +46
-0
lines changed
2 files changed +46
-0
lines changed Original file line number Diff line number Diff line change
1
+ apiVersion : application.kubero.dev/v1alpha1
2
+ kind : KuberoApp
3
+ metadata :
4
+ name : code-server
5
+ labels :
6
+ manager : kubero
7
+ spec :
8
+ name : code-server
9
+ deploymentstrategy : docker
10
+ envVars :
11
+ - name : TZ
12
+ value : Etc/UTC
13
+ - name : PUID
14
+ value : " 1000"
15
+ - name : PGID
16
+ value : " 1000"
17
+ - name : PASSWORD
18
+ value : secret
19
+ extraVolumes :
20
+ - accessMode : ReadWriteOnce
21
+ accessModes :
22
+ - ReadWriteOnce
23
+ emptyDir : false
24
+ mountPath : /config
25
+ name : code-server-config
26
+ size : 1Gi
27
+ storageClass : standard
28
+ cronjobs : []
29
+ addons : []
30
+ web :
31
+ replicaCount : 1
32
+ worker :
33
+ replicaCount : 0
34
+ image :
35
+ containerPort : 8080
36
+ pullPolicy : Always
37
+ repository : lscr.io/linuxserver/code-server
38
+ tag : latest
Original file line number Diff line number Diff line change
1
+ name : VS Code - Code Server
2
+ description : ' Run VS Code on any machine anywhere and access it in the browser.'
3
+ tags :
4
+ - development
5
+ source : https://github.com/coder/code-server
6
+ website : https://coder.com
7
+ screenshots :
8
+ - https://github.com/coder/code-server/raw/main/docs/assets/screenshot-1.png
You can’t perform that action at this time.
0 commit comments