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 645f7aa commit 5dba729Copy full SHA for 5dba729
deploy/nais.yaml
@@ -54,8 +54,8 @@ spec:
54
- {{ingress}}
55
{{/each}}
56
replicas:
57
- min: 2
58
- max: 4
+ min: 1
+ max: 1
59
cpuThresholdPercentage: 80
60
prometheus:
61
enabled: true
src/main/resources/application-dev-gcp.yml
@@ -0,0 +1,4 @@
1
+spring:
2
+ datasource:
3
+ hikari:
4
+ maximum-pool-size: 5
0 commit comments