Add Temporal worker for production task queue

This commit is contained in:
Story Crater Bot
2026-08-21 16:44:59 -07:00
parent 236c9e189d
commit 130746e6a1
2 changed files with 21 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
apiVersion: kmsvc.io/v1
kind: TemporalWorker
metadata:
name: worker-production
namespace: temporal
spec:
namespace: production
taskQueue: worker-production
concurrency: 10
workflowTypes:
- HelloWorldWorkflow
- GreeterWorkflow
- ProcessOrderWorkflow
activityTypes:
- GreetActivity
- ValidateOrderActivity
- ProcessPaymentActivity
- NotifyCustomerActivity