We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb4b3c5 commit 7441ca9Copy full SHA for 7441ca9
deploy/nais.yaml
@@ -57,8 +57,8 @@ spec:
57
- {{ingress}}
58
{{/each}}
59
replicas:
60
- min: 1
61
- max: 3
+ min: 2
+ max: 4
62
cpuThresholdPercentage: 80
63
prometheus:
64
enabled: true
src/main/resources/application-dev-gcp.yml
@@ -1,4 +1,4 @@
1
spring:
2
datasource:
3
hikari:
4
- maximum-pool-size: 5
+ maximum-pool-size: 4
0 commit comments