fix: remove workflow adapter (temporal-frontend is gRPC-only, not HTTP)
CI / Vet, test, build (push) Successful in 2m3s
CI / Build and push image (push) Successful in 44s

Per homelab/project-usage/jwt-auth-rollout.md, temporal-frontend (port 7233)
is gRPC-specific for workers/SDKs. External HTTP access is unresolved design.
Disabled until gRPC ingress is added. Keeps only: sqs, memory, s3, iam.
This commit is contained in:
Admin Bot
2026-08-27 09:48:46 -07:00
parent e7536a80ce
commit 46dc24a26c
+6 -19
View File
@@ -59,25 +59,12 @@ data:
- verb: GET
upstreamPath: /sqs/queues
- serviceName: workflow
upstream:
url: http://temporal-frontend.temporal.svc.cluster.local:7233
timeoutSeconds: 60
auth:
required: false
resources:
- name: execute
methods:
- verb: POST
upstreamPath: /workflow/execute
- name: describe
methods:
- verb: GET
upstreamPath: /workflow/describe
- name: list
methods:
- verb: GET
upstreamPath: /workflow/list
# NOTE: temporal-frontend (port 7233) is gRPC-only, not HTTP.
# External worker/SDK access is unresolved per homelab/project-usage/jwt-auth-rollout.md
# Disabled until a gRPC-capable ingress is added.
# - serviceName: workflow
# upstream:
# url: http://temporal-frontend.temporal.svc.cluster.local:7233
- serviceName: memory
upstream: