Remove Temporal worker container to prevent crashlooping
This commit is contained in:
parent
84b9571d9f
commit
c5509cee7a
|
|
@ -38,16 +38,6 @@ spec:
|
|||
volumeMounts:
|
||||
- name: app-volume
|
||||
mountPath: /app
|
||||
- name: worker
|
||||
image: python:3.11-slim
|
||||
workingDir: /app
|
||||
command: ["sh", "-c", "pip install -r requirements.txt && python -m src.worker"]
|
||||
env:
|
||||
- name: PYTHONPATH
|
||||
value: "/app"
|
||||
volumeMounts:
|
||||
- name: app-volume
|
||||
mountPath: /app
|
||||
volumes:
|
||||
- name: app-volume
|
||||
emptyDir: {}
|
||||
|
|
|
|||
Loading…
Reference in New Issue