Skip to content

Commit

Permalink
Update GCP SQL instance tier in config.yml
Browse files Browse the repository at this point in the history
Changed the SQL instance tier from db-custom-1-3840 to db-custom-2-7680 for better performance and scalability. This adjustment affects the testnav-identpool database configuration.
  • Loading branch information
krharum committed Oct 8, 2024
1 parent c6fe59d commit d763db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/testnav-ident-pool/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ spec:
gcp:
sqlInstances:
- type: POSTGRES_15
tier: db-custom-1-3840
tier: db-custom-2-7680
name: testnav-identpool
databases:
- name: testnav-identpool
Expand Down

0 comments on commit d763db8

Please sign in to comment.