fix: correct SQS port from 8080 to 9090
CI / Vet, test, build (push) Successful in 2m11s
CI / Build and push image (push) Successful in 43s

This commit is contained in:
Admin Bot
2026-08-27 09:07:12 -07:00
parent f4193fe6e1
commit e7536a80ce
+1 -1
View File
@@ -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