Commit 7e94f38 1 parent cd3e60e commit 7e94f38 Copy full SHA for 7e94f38
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 : 4
25
+ replicas : 1
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 : 2
32
+ replicas : 1
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 : 2
38
+ replicas : 1
39
39
workers : 1
40
40
41
41
# API for submission pipeline reporting
@@ -48,11 +48,11 @@ theia:
48
48
49
49
# theia-poller deployment
50
50
poller :
51
- replicas : 4
51
+ replicas : 1
52
52
53
53
# theia-proxy deployment
54
54
proxy :
55
- replicas : 16
55
+ replicas : 1
56
56
image : " registry.digitalocean.com/anubis/theia-proxy"
57
57
tag : " latest"
58
58
portMin : 8000
You can’t perform that action at this time.
0 commit comments