change args

This commit is contained in:
2024-11-24 00:48:58 -06:00
parent 0a28d17c91
commit 6ea6bb579d

View File

@@ -66,7 +66,8 @@ jellyplist:
pullPolicy: IfNotPresent
args:
- celery
- -A app.celery
- -A
- app.celery
- worker
- --loglevel=info
env:
@@ -124,7 +125,8 @@ jellyplist:
pullPolicy: IfNotPresent
args:
- celery
- -A app.celery
- -A
- app.celery
- beat
- --loglevel=info
env: