Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update/implement celery k8s executor #3398

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading