Add Temporal worker for production task queue
This commit is contained in:
@@ -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
|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user