From 1af809902ccaa6e095c1f3200755040b7453bda0 Mon Sep 17 00:00:00 2001 From: Mathieu Benoit Date: Sat, 20 Apr 2024 15:55:58 +0000 Subject: [PATCH] score.humanitec.io/resId: shared.orders-queue --- apps/makeline-service/score.yaml | 3 +++ apps/order-service/score.yaml | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/makeline-service/score.yaml b/apps/makeline-service/score.yaml index b5827f8..9933695 100644 --- a/apps/makeline-service/score.yaml +++ b/apps/makeline-service/score.yaml @@ -35,5 +35,8 @@ service: resources: orders-queue: type: amqp + metadata: + annotations: + score.humanitec.io/resId: shared.orders-queue orders-database: type: mongodb \ No newline at end of file diff --git a/apps/order-service/score.yaml b/apps/order-service/score.yaml index 99ae6cf..04c5e8b 100644 --- a/apps/order-service/score.yaml +++ b/apps/order-service/score.yaml @@ -33,4 +33,7 @@ service: targetPort: 3000 resources: orders-queue: - type: amqp \ No newline at end of file + type: amqp + metadata: + annotations: + score.humanitec.io/resId: shared.orders-queue \ No newline at end of file