Skip to content

Commit 7441ca9

Browse files
committed
Reverting replicas, but making sure we can handle it in dev.
1 parent fb4b3c5 commit 7441ca9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

deploy/nais.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ spec:
5757
- {{ingress}}
5858
{{/each}}
5959
replicas:
60-
min: 1
61-
max: 3
60+
min: 2
61+
max: 4
6262
cpuThresholdPercentage: 80
6363
prometheus:
6464
enabled: true
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
spring:
22
datasource:
33
hikari:
4-
maximum-pool-size: 5
4+
maximum-pool-size: 4

0 commit comments

Comments
 (0)