From 479af04d2419a755f432d07f17103faa55ba3c51 Mon Sep 17 00:00:00 2001 From: Mathieu Benoit Date: Mon, 22 Apr 2024 13:24:22 +0000 Subject: [PATCH] shared resource (orders-queue): id instead of annotation --- apps/makeline-service/score.yaml | 4 +--- apps/order-service/score.yaml | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/apps/makeline-service/score.yaml b/apps/makeline-service/score.yaml index 9933695..4fa203d 100644 --- a/apps/makeline-service/score.yaml +++ b/apps/makeline-service/score.yaml @@ -35,8 +35,6 @@ service: resources: orders-queue: type: amqp - metadata: - annotations: - score.humanitec.io/resId: shared.orders-queue + id: 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 04c5e8b..3ddb74b 100644 --- a/apps/order-service/score.yaml +++ b/apps/order-service/score.yaml @@ -34,6 +34,4 @@ service: resources: orders-queue: type: amqp - metadata: - annotations: - score.humanitec.io/resId: shared.orders-queue \ No newline at end of file + id: orders-queue \ No newline at end of file