Skip to content

Commit

Permalink
Merge pull request #406 from helium/feat/monitoring-rds
Browse files Browse the repository at this point in the history
Update web-sdlc services to use primary monitoring rds
  • Loading branch information
deasydoesit authored Oct 1, 2024
2 parents 8fe1f1c + bef723a commit 08ce4dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifests/web-cluster/sdlc/helium/entity-invalidator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion manifests/web-cluster/sdlc/helium/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion manifests/web-cluster/sdlc/helium/solana-monitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 08ce4dd

Please sign in to comment.