elixir-cloud-aai / proTES

Proxy service for injecting middleware into GA4GH TES requests
Apache License 2.0
5 stars 6 forks source link

Kubernetes deployment fails #111

Closed uniqueg closed 1 year ago

uniqueg commented 1 year ago

When deploying the app via Kubenetes on OpenShift, the Celery worker pod fails with an error message indicating that the API for starting Celery workers changed, from pattern celery worker -A celeryapp to celery -A celeryapp worker.

Update Celery command in Celery worker deployment in Helm chart accordingly.

Upon fixing that issue by rearranging the command locally, another issue appears, indicating a lack of permissions when FOCA wants to write the modified specs back to storage.