Remove Temporal worker container to prevent crashlooping
This commit is contained in:
parent
84b9571d9f
commit
c5509cee7a
|
|
@ -38,16 +38,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: app-volume
|
- name: app-volume
|
||||||
mountPath: /app
|
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:
|
volumes:
|
||||||
- name: app-volume
|
- name: app-volume
|
||||||
emptyDir: {}
|
emptyDir: {}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue