Remove Temporal worker container to prevent crashlooping

This commit is contained in:
Deep Koluguri 2026-06-21 11:19:40 -04:00
parent 84b9571d9f
commit c5509cee7a
1 changed files with 0 additions and 10 deletions

View File

@ -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: {}