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
+3
View File
@@ -22,6 +22,9 @@ spec:
- repoURL: https://github.com/Riotpiaole/riotpiao.homelab.com.git - repoURL: https://github.com/Riotpiaole/riotpiao.homelab.com.git
targetRevision: main targetRevision: main
ref: values ref: values
- repoURL: https://github.com/Riotpiaole/riotpiao.homelab.com.git
targetRevision: main
path: k8s/apps/temporal
destination: destination:
server: https://kubernetes.default.svc server: https://kubernetes.default.svc
namespace: temporal namespace: temporal