Skip to content

Commit 7e94f38

Browse files
committed
CHG scale down
1 parent cd3e60e commit 7e94f38

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: 4
25+
replicas: 1
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: 2
32+
replicas: 1
3333
image: "registry.digitalocean.com/anubis/web"
3434

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

4141
# API for submission pipeline reporting
@@ -48,11 +48,11 @@ theia:
4848

4949
# theia-poller deployment
5050
poller:
51-
replicas: 4
51+
replicas: 1
5252

5353
# theia-proxy deployment
5454
proxy:
55-
replicas: 16
55+
replicas: 1
5656
image: "registry.digitalocean.com/anubis/theia-proxy"
5757
tag: "latest"
5858
portMin: 8000

0 commit comments

Comments
 (0)