From 8fe1f1cda4af2fe75770cc5961b4b956e27fc7a5 Mon Sep 17 00:00:00 2001 From: Darwin Rinderer Date: Tue, 24 Sep 2024 15:43:56 -0700 Subject: [PATCH 1/4] Update faucet rate limit --- manifests/web-cluster/sdlc/helium/faucet.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/web-cluster/sdlc/helium/faucet.yaml b/manifests/web-cluster/sdlc/helium/faucet.yaml index 15d39e8..6188e5f 100644 --- a/manifests/web-cluster/sdlc/helium/faucet.yaml +++ b/manifests/web-cluster/sdlc/helium/faucet.yaml @@ -103,8 +103,8 @@ metadata: name: faucet namespace: helium annotations: - nginx.ingress.kubernetes.io/limit-rpm: "1" - nginx.ingress.kubernetes.io/limit-burst-multiplier: "1" + nginx.ingress.kubernetes.io/limit-rpm: "100" + nginx.ingress.kubernetes.io/limit-burst-multiplier: "100" spec: ingressClassName: nginx rules: From bef723a7fab1b12b492920ac833f9f6967affe2b Mon Sep 17 00:00:00 2001 From: Darwin Rinderer Date: Tue, 1 Oct 2024 15:20:44 -0400 Subject: [PATCH 2/4] 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 8040339..0ea55ab 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 483d848..3617d3a 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 dcae475..6a39e32 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 From ba49ff80452f68c90b8b42e57d4d39b88a7f5ab5 Mon Sep 17 00:00:00 2001 From: Darwin Rinderer Date: Tue, 1 Oct 2024 15:29:17 -0400 Subject: [PATCH 3/4] Update web-sdlc rds serviceAccounts --- manifests/web-cluster/sdlc/helium/metadata.yaml | 2 +- manifests/web-cluster/sdlc/helium/solana-monitor.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/web-cluster/sdlc/helium/metadata.yaml b/manifests/web-cluster/sdlc/helium/metadata.yaml index 3617d3a..7f790e8 100644 --- a/manifests/web-cluster/sdlc/helium/metadata.yaml +++ b/manifests/web-cluster/sdlc/helium/metadata.yaml @@ -15,7 +15,7 @@ spec: app: metadata security-group: public-rds-access spec: - serviceAccountName: public-monitoring-rds-read-replica-monitoring-user-access + serviceAccountName: public-monitoring-rds-monitoring-user-access containers: - name: metadata image: public.ecr.aws/v0j6k5v6/entity-metadata-service:0.0.34 diff --git a/manifests/web-cluster/sdlc/helium/solana-monitor.yaml b/manifests/web-cluster/sdlc/helium/solana-monitor.yaml index 6a39e32..1a85c80 100644 --- a/manifests/web-cluster/sdlc/helium/solana-monitor.yaml +++ b/manifests/web-cluster/sdlc/helium/solana-monitor.yaml @@ -16,7 +16,7 @@ spec: app: solana-monitor security-group: public-rds-access spec: - serviceAccountName: public-monitoring-rds-read-replica-monitoring-user-access + serviceAccountName: public-monitoring-rds-monitoring-user-access containers: - name: solana-monitor image: public.ecr.aws/v0j6k5v6/solana-monitor:0.0.23 From 98830c8a54e9bb571092594e743fcf180c647b45 Mon Sep 17 00:00:00 2001 From: Darwin Rinderer Date: Tue, 1 Oct 2024 15:44:37 -0400 Subject: [PATCH 4/4] Update web-prod monitoring rds access --- manifests/web-cluster/prod/helium/entity-invalidator.yaml | 4 ++-- manifests/web-cluster/prod/helium/metadata.yaml | 4 ++-- manifests/web-cluster/prod/helium/solana-monitor.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/manifests/web-cluster/prod/helium/entity-invalidator.yaml b/manifests/web-cluster/prod/helium/entity-invalidator.yaml index 9ddc0b8..c1c2db8 100644 --- a/manifests/web-cluster/prod/helium/entity-invalidator.yaml +++ b/manifests/web-cluster/prod/helium/entity-invalidator.yaml @@ -19,14 +19,14 @@ spec: security-group: public-rds-access spec: restartPolicy: OnFailure - serviceAccountName: public-monitoring-rds-read-replica-monitoring-user-access + serviceAccountName: public-monitoring-rds-monitoring-user-access containers: - name: entity-invalidator image: public.ecr.aws/v0j6k5v6/entity-invalidator:0.0.8 imagePullPolicy: IfNotPresent env: - name: PGHOST - value: monitoring-rds-read-replica.cbhihwhsofyu.us-west-2.rds.amazonaws.com + value: monitoring-rds.cbhihwhsofyu.us-west-2.rds.amazonaws.com - name: PGPORT value: "5432" - name: PGUSER diff --git a/manifests/web-cluster/prod/helium/metadata.yaml b/manifests/web-cluster/prod/helium/metadata.yaml index f9ce743..34896cc 100644 --- a/manifests/web-cluster/prod/helium/metadata.yaml +++ b/manifests/web-cluster/prod/helium/metadata.yaml @@ -15,7 +15,7 @@ spec: app: metadata security-group: public-rds-access spec: - serviceAccountName: public-monitoring-rds-read-replica-monitoring-user-access + serviceAccountName: public-monitoring-rds-monitoring-user-access containers: - name: metadata image: public.ecr.aws/v0j6k5v6/entity-metadata-service:0.0.34 @@ -38,7 +38,7 @@ spec: name: triton-rpc-url key: secret - name: PGHOST - value: monitoring-rds-read-replica.cbhihwhsofyu.us-west-2.rds.amazonaws.com + value: monitoring-rds.cbhihwhsofyu.us-west-2.rds.amazonaws.com - name: PGPORT value: "5432" - name: PGUSER diff --git a/manifests/web-cluster/prod/helium/solana-monitor.yaml b/manifests/web-cluster/prod/helium/solana-monitor.yaml index f9d5bd5..3fe4651 100644 --- a/manifests/web-cluster/prod/helium/solana-monitor.yaml +++ b/manifests/web-cluster/prod/helium/solana-monitor.yaml @@ -16,7 +16,7 @@ spec: app: solana-monitor security-group: public-rds-access spec: - serviceAccountName: public-monitoring-rds-read-replica-monitoring-user-access + serviceAccountName: public-monitoring-rds-monitoring-user-access containers: - name: solana-monitor image: public.ecr.aws/v0j6k5v6/solana-monitor:0.0.23 @@ -52,7 +52,7 @@ spec: name: triton-rpc-url key: secret - name: PGHOST - value: monitoring-rds-read-replica.cbhihwhsofyu.us-west-2.rds.amazonaws.com + value: monitoring-rds.cbhihwhsofyu.us-west-2.rds.amazonaws.com - name: PGPORT value: "5432" - name: PGUSER