Skip to content

Commit

Permalink
Merge pull request #3398 from NicholasTurner23/update/implement-celer…
Browse files Browse the repository at this point in the history
…y-k8s-executor

Update/implement celery k8s executor
  • Loading branch information
Baalmart authored Sep 9, 2024
2 parents 15db7d9 + 85ce968 commit 0865134
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions k8s/workflows/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ images:
redisContainer: eu.gcr.io/airqo-250220/airqo-redis
containers: eu.gcr.io/airqo-250220/airqo-workflows
tag: prod-153deed2-1725870728
nameOverride: ''
fullnameOverride: ''
nameOverride: ""
fullnameOverride: ""
podAnnotations: {}
resources:
webserver:
Expand All @@ -24,15 +24,15 @@ resources:
memory: 2000Mi
scheduler:
requests:
cpu: 112m
cpu: 125m
memory: 500Mi
limits:
cpu: 1000m
memory: 3000Mi
celery:
requests:
cpu: 112m
memory: 1250Mi
cpu: 125m
memory: 125Mi
limits:
cpu: 1000m
memory: 3000Mi
Expand Down

0 comments on commit 0865134

Please sign in to comment.