Skip to content

Commit bc7024d

Browse files
authored
Merge pull request #3637 from EclipseFdn/main
Use 3 replicas
2 parents 98edf6c + a3dd980 commit bc7024d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/openvsx/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ environment: production
55
namespace: open-vsx-org
66
host: open-vsx.org
77

8-
replicaCount: 2
8+
replicaCount: 3
99
esReplicaCount: 3
1010

1111
image:

configuration/application.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spring:
3232
config: classpath:ehcache.xml
3333
datasource:
3434
hikari:
35-
maximum-pool-size: 20
35+
maximum-pool-size: 10
3636
leak-detection-threshold: 30000
3737
flyway:
3838
baseline-on-migrate: false

0 commit comments

Comments
 (0)