Skip to content

Commit

Permalink
CHG scale down
Browse files Browse the repository at this point in the history
  • Loading branch information
wabscale committed May 31, 2024
1 parent cd3e60e commit 7e94f38
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions k8s/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@ ideNodeSelector: doks.digitalocean.com/node-pool=pool-upp9zbisp

# Main anubis api
api:
replicas: 4
replicas: 1
workers: 2
gunicorn_options: "--capture-output --enable-stdio-inheritance --preload --timeout 30"
image: "registry.digitalocean.com/anubis/api"

# Anubis web static
web:
replicas: 2
replicas: 1
image: "registry.digitalocean.com/anubis/web"

pipeline:
# API for submission pipeline reporting
api:
replicas: 2
replicas: 1
workers: 1

# API for submission pipeline reporting
Expand All @@ -48,11 +48,11 @@ theia:

# theia-poller deployment
poller:
replicas: 4
replicas: 1

# theia-proxy deployment
proxy:
replicas: 16
replicas: 1
image: "registry.digitalocean.com/anubis/theia-proxy"
tag: "latest"
portMin: 8000
Expand Down

0 comments on commit 7e94f38

Please sign in to comment.