File tree Expand file tree Collapse file tree 5 files changed +10
-4
lines changed
test/kotlin/no/nav/klage/document/repositories Expand file tree Collapse file tree 5 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,10 @@ ingresses:
22 - https://kabal-smart-editor-api.intern.dev.nav.no
33externalHosts :
44springProfile : dev-gcp
5- db_tier : db-custom-1-3840
5+ db_tier : db-f1-micro
66db_size : 10
7- db_ha : true
7+ db_ha : false
8+ db_type : POSTGRES_15
89tenant : trygdeetaten.no
910
1011envs :
Original file line number Diff line number Diff line change 1212 image : {{image}}
1313 gcp :
1414 sqlInstances :
15- - type : POSTGRES_12
15+ - type : {{db_type}}
1616 maintenanceWindow :
1717 day : 1
1818 hour : 3
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ springProfile: prod-gcp
55db_tier : db-custom-4-15360
66db_size : 10
77db_ha : true
8+ db_type : POSTGRES_12
89tenant : nav.no
910
1011envs :
Original file line number Diff line number Diff line change 1+ spring :
2+ datasource :
3+ hikari :
4+ maximum-pool-size : 5
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ class TestPostgresqlContainer private constructor() :
66 PostgreSQLContainer <TestPostgresqlContainer ?>(IMAGE_VERSION ) {
77
88 companion object {
9- private const val IMAGE_VERSION = " postgres:12.6 "
9+ private const val IMAGE_VERSION = " postgres:15.4 "
1010
1111 private val CONTAINER : TestPostgresqlContainer = TestPostgresqlContainer ()
1212
You can’t perform that action at this time.
0 commit comments