We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3e4e8f7 + fb181fe commit a3dd980Copy full SHA for a3dd980
charts/openvsx/values.yaml
@@ -5,7 +5,7 @@ environment: production
5
namespace: open-vsx-org
6
host: open-vsx.org
7
8
-replicaCount: 2
+replicaCount: 3
9
esReplicaCount: 3
10
11
image:
configuration/application.yml
@@ -32,7 +32,7 @@ spring:
32
config: classpath:ehcache.xml
33
datasource:
34
hikari:
35
- maximum-pool-size: 20
+ maximum-pool-size: 10
36
leak-detection-threshold: 30000
37
flyway:
38
baseline-on-migrate: false
0 commit comments