Skip to content
Snippets Groups Projects
Commit 6f4987d8 authored by Kenzo-Hugo Hillion's avatar Kenzo-Hugo Hillion :recycle:
Browse files

add shebang to run_celery script

add missing REDIS port to celery worker yaml conf
parent 9aa99a94
Branches
No related tags found
No related merge requests found
Pipeline #35275 passed
#!/bin/bash
celery worker --app=metagenedb.celery_app:app --loglevel=info celery worker --app=metagenedb.celery_app:app --loglevel=info
\ No newline at end of file
...@@ -45,10 +45,8 @@ spec: ...@@ -45,10 +45,8 @@ spec:
key: secret_key key: secret_key
- name: REDIS_HOST - name: REDIS_HOST
value: redis value: redis
- name: PORT - name: REDIS_PORT
value: "8000" value: '6379'
- name: DEBUG
value: "True"
resources: resources:
requests: requests:
memory: "4Gi" memory: "4Gi"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment