feat(infrastructure): add workers as separate deployment, update workflow

This commit is contained in:
2025-09-23 23:56:10 +02:00
parent f4c2b28864
commit 3f48a44632
3 changed files with 32 additions and 12 deletions

View File

@@ -32,6 +32,3 @@ spec:
initialDelaySeconds: 60
periodSeconds: 10
failureThreshold: 3
- image: lukastrkan/cc-app-demo
name: app-demo-worker
command: [ "python3", "worker/email_worker.py" ]