Skip to content

Commit 34c9f4e

Browse files
committed
db-f1-micro has to few possible connections (and it's making it hard to develop), so will use a custom db instead.
1 parent cbcb016 commit 34c9f4e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

deploy/dev.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ inboundApplications:
5252
cluster: dev-gcp
5353
springProfile: dev-gcp
5454
tenant: trygdeetaten.no
55-
db_tier: db-f1-micro
55+
db_tier: db-custom-1-3840
5656
db_size: 10
5757
db_ha: false
5858
db_type: POSTGRES_15
5959
kafka_pool: nav-dev
6060

6161
replicasMin: 2
62-
replicasMax: 2
62+
replicasMax: 4
6363

6464
adRoles:
6565
- name: KABAL_OPPGAVESTYRING_ALLE_ENHETER_ROLE_ID

src/main/resources/application-dev-gcp.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ SETTINGS_CLEANUP_CRON: 0 0 12 * * MON
6363
spring:
6464
datasource:
6565
hikari:
66-
maximum-pool-size: 7
66+
maximum-pool-size: 15

0 commit comments

Comments
 (0)