Skip to content

Commit

Permalink
db-f1-micro has to few possible connections (and it's making it hard …
Browse files Browse the repository at this point in the history
…to develop), so will use a custom db instead.
  • Loading branch information
flexable777 committed Feb 13, 2025
1 parent cbcb016 commit 34c9f4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions deploy/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ inboundApplications:
cluster: dev-gcp
springProfile: dev-gcp
tenant: trygdeetaten.no
db_tier: db-f1-micro
db_tier: db-custom-1-3840
db_size: 10
db_ha: false
db_type: POSTGRES_15
kafka_pool: nav-dev

replicasMin: 2
replicasMax: 2
replicasMax: 4

adRoles:
- name: KABAL_OPPGAVESTYRING_ALLE_ENHETER_ROLE_ID
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application-dev-gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ SETTINGS_CLEANUP_CRON: 0 0 12 * * MON
spring:
datasource:
hikari:
maximum-pool-size: 7
maximum-pool-size: 15

0 comments on commit 34c9f4e

Please sign in to comment.