From bef723a7fab1b12b492920ac833f9f6967affe2b Mon Sep 17 00:00:00 2001 From: Darwin Rinderer Date: Tue, 1 Oct 2024 15:20:44 -0400 Subject: [PATCH] Update web-sdlc services to use primary monitoring rds --- manifests/web-cluster/sdlc/helium/entity-invalidator.yaml | 2 +- manifests/web-cluster/sdlc/helium/metadata.yaml | 2 +- manifests/web-cluster/sdlc/helium/solana-monitor.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifests/web-cluster/sdlc/helium/entity-invalidator.yaml b/manifests/web-cluster/sdlc/helium/entity-invalidator.yaml index 8040339c..0ea55aba 100644 --- a/manifests/web-cluster/sdlc/helium/entity-invalidator.yaml +++ b/manifests/web-cluster/sdlc/helium/entity-invalidator.yaml @@ -25,7 +25,7 @@ spec: imagePullPolicy: IfNotPresent env: - name: PGHOST - value: monitoring-rds-read-replica.cnigyps3bpgz.us-east-1.rds.amazonaws.com + value: monitoring-rds.cnigyps3bpgz.us-east-1.rds.amazonaws.com - name: PGPORT value: "5432" - name: PGUSER diff --git a/manifests/web-cluster/sdlc/helium/metadata.yaml b/manifests/web-cluster/sdlc/helium/metadata.yaml index 483d8486..3617d3ac 100644 --- a/manifests/web-cluster/sdlc/helium/metadata.yaml +++ b/manifests/web-cluster/sdlc/helium/metadata.yaml @@ -38,7 +38,7 @@ spec: name: triton-rpc-url key: secret - name: PGHOST - value: monitoring-rds-read-replica.cnigyps3bpgz.us-east-1.rds.amazonaws.com + value: monitoring-rds.cnigyps3bpgz.us-east-1.rds.amazonaws.com - name: PGPORT value: "5432" - name: PGUSER diff --git a/manifests/web-cluster/sdlc/helium/solana-monitor.yaml b/manifests/web-cluster/sdlc/helium/solana-monitor.yaml index dcae4757..6a39e321 100644 --- a/manifests/web-cluster/sdlc/helium/solana-monitor.yaml +++ b/manifests/web-cluster/sdlc/helium/solana-monitor.yaml @@ -47,7 +47,7 @@ spec: name: triton-rpc-url key: secret - name: PGHOST - value: monitoring-rds-read-replica.cnigyps3bpgz.us-east-1.rds.amazonaws.com + value: monitoring-rds.cnigyps3bpgz.us-east-1.rds.amazonaws.com - name: PGPORT value: "5432" - name: PGUSER