Commit d76aff0 1 parent df5ff7d commit d76aff0 Copy full SHA for d76aff0
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,20 +22,20 @@ ideNodeSelector: doks.digitalocean.com/node-pool=pool-upp9zbisp
22
22
23
23
# Main anubis api
24
24
api :
25
- replicas : 1
25
+ replicas : 3
26
26
workers : 2
27
27
gunicorn_options : " --capture-output --enable-stdio-inheritance --preload --timeout 30"
28
28
image : " registry.digitalocean.com/anubis/api"
29
29
30
30
# Anubis web static
31
31
web :
32
- replicas : 1
32
+ replicas : 3
33
33
image : " registry.digitalocean.com/anubis/web"
34
34
35
35
pipeline :
36
36
# API for submission pipeline reporting
37
37
api :
38
- replicas : 1
38
+ replicas : 3
39
39
workers : 1
40
40
41
41
# API for submission pipeline reporting
52
52
53
53
# theia-proxy deployment
54
54
proxy :
55
- replicas : 1
55
+ replicas : 16
56
56
image : " registry.digitalocean.com/anubis/theia-proxy"
57
57
tag : " latest"
58
58
portMin : 8000
@@ -101,7 +101,7 @@ marketing:
101
101
port : 3000
102
102
image : " registry.digitalocean.com/anubis/marketing-site"
103
103
tag : " latest"
104
- replicas : 1
104
+ replicas : 2
105
105
106
106
pincer :
107
107
enable : true
You can’t perform that action at this time.
0 commit comments