The workflow service is deployed in the temporal namespace: temporal-frontend.temporal.svc.cluster.local:7233 Update ServiceAdapter to use correct namespace for workflow routing.
This commit is contained in:
+1
-1
@@ -76,7 +76,7 @@ func main() {
|
||||
// Add workflow service adapter (uses Temporal handler for gRPC forwarding)
|
||||
workflowSpec := serviceadapter.GetWorkflowSpec()
|
||||
workflowAdapter := &serviceadapter.ServiceAdapter{
|
||||
Namespace: "api",
|
||||
Namespace: "temporal",
|
||||
ServiceName: "workflow",
|
||||
Spec: *workflowSpec,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user