From e7536a80ceb186f2c323e9005e1944f936c384bd Mon Sep 17 00:00:00 2001 From: Admin Bot Date: Thu, 27 Aug 2026 09:07:12 -0700 Subject: [PATCH] fix: correct SQS port from 8080 to 9090 --- k8s/configmap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/configmap.yaml b/k8s/configmap.yaml index f374074..4a8b872 100644 --- a/k8s/configmap.yaml +++ b/k8s/configmap.yaml @@ -41,7 +41,7 @@ data: adapters: - serviceName: sqs upstream: - url: http://management-service.sqs.svc.cluster.local:8080 + url: http://management-service.sqs.svc.cluster.local:9090 timeoutSeconds: 30 auth: required: false