Skip to content

Commit 5dba729

Browse files
committed
Smaller db pool size in dev.
1 parent 645f7aa commit 5dba729

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

deploy/nais.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ spec:
5454
- {{ingress}}
5555
{{/each}}
5656
replicas:
57-
min: 2
58-
max: 4
57+
min: 1
58+
max: 1
5959
cpuThresholdPercentage: 80
6060
prometheus:
6161
enabled: true
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
spring:
2+
datasource:
3+
hikari:
4+
maximum-pool-size: 5

0 commit comments

Comments
 (0)