From 6cea1cd726cb1a4dd86c2d2931f911dfb6f33509 Mon Sep 17 00:00:00 2001 From: renebarbosafl <70078638+renebarbosafl@users.noreply.github.com> Date: Tue, 12 Dec 2023 10:19:46 -0300 Subject: [PATCH] chore: cluster switch (#774) Switching RDS instances, step of cluster switch --- deploy/marlowe-runtime/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/marlowe-runtime/values.yaml b/deploy/marlowe-runtime/values.yaml index 43f5f78d0f..3c1a1c201c 100644 --- a/deploy/marlowe-runtime/values.yaml +++ b/deploy/marlowe-runtime/values.yaml @@ -10,14 +10,14 @@ instances: tag: 0.0.6-rc2 repo: ghcr.io org: input-output-hk - databaseHost: prod-marlowe-runtime-db-new.csguv6v6ban1.us-east-1.rds.amazonaws.com + databaseHost: prod-marlowe-runtime-db.csguv6v6ban1.us-east-1.rds.amazonaws.com demo: parentDomain: demo.scdev.aws.iohkdev.io webTag: 0.0.5.1 tag: 0.0.5 repo: ghcr.io org: input-output-hk - databaseHost: prod-marlowe-runtime-db-new.csguv6v6ban1.us-east-1.rds.amazonaws.com + databaseHost: prod-marlowe-runtime-db.csguv6v6ban1.us-east-1.rds.amazonaws.com namespace: marlowe-staging