Skip to content

Commit d76aff0

Browse files
committed
FIX replicas
1 parent df5ff7d commit d76aff0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

k8s/chart/values.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,20 @@ ideNodeSelector: doks.digitalocean.com/node-pool=pool-upp9zbisp
2222

2323
# Main anubis api
2424
api:
25-
replicas: 1
25+
replicas: 3
2626
workers: 2
2727
gunicorn_options: "--capture-output --enable-stdio-inheritance --preload --timeout 30"
2828
image: "registry.digitalocean.com/anubis/api"
2929

3030
# Anubis web static
3131
web:
32-
replicas: 1
32+
replicas: 3
3333
image: "registry.digitalocean.com/anubis/web"
3434

3535
pipeline:
3636
# API for submission pipeline reporting
3737
api:
38-
replicas: 1
38+
replicas: 3
3939
workers: 1
4040

4141
# API for submission pipeline reporting
@@ -52,7 +52,7 @@ theia:
5252

5353
# theia-proxy deployment
5454
proxy:
55-
replicas: 1
55+
replicas: 16
5656
image: "registry.digitalocean.com/anubis/theia-proxy"
5757
tag: "latest"
5858
portMin: 8000
@@ -101,7 +101,7 @@ marketing:
101101
port: 3000
102102
image: "registry.digitalocean.com/anubis/marketing-site"
103103
tag: "latest"
104-
replicas: 1
104+
replicas: 2
105105

106106
pincer:
107107
enable: true

0 commit comments

Comments
 (0)