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