From be0bb56db47b80826be0040a7e5e6adbee0eab04 Mon Sep 17 00:00:00 2001 From: Rajagopalan Ranganathan Date: Mon, 9 Sep 2024 14:07:17 +0100 Subject: [PATCH] Set the replica tag name correctly and move it under deployment section (#155) --- deploy/kessel-relations-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/kessel-relations-deploy.yaml b/deploy/kessel-relations-deploy.yaml index 2ff892c3..a1c860ba 100644 --- a/deploy/kessel-relations-deploy.yaml +++ b/deploy/kessel-relations-deploy.yaml @@ -41,9 +41,9 @@ objects: envName: ${ENV_NAME} testing: iqePlugin: relations_api - replicas: ${{RELATIONS_REPLICAS}} deployments: - name: relations + minReplicas: ${{RELATIONS_REPLICAS}} podSpec: image: ${RELATIONS_IMAGE}:${RELATIONS_IMAGE_TAG} livenessProbe: