Compare commits
No commits in common. "9ccce95b256ee61f0bb9952e6ba9cb3959079c8f" and "77e96521869ade620ca8c1aaf662107f77661ee5" have entirely different histories.
9ccce95b25
...
77e9652186
@ -23,8 +23,6 @@ openproject:
|
||||
existingSecret: openproject-pg-cluster-app
|
||||
secretKeys:
|
||||
userPasswordKey: password
|
||||
options:
|
||||
sslmode: require
|
||||
|
||||
replicaCount: 1
|
||||
|
||||
@ -43,13 +41,6 @@ openproject:
|
||||
subPath: enterprise_token.rb
|
||||
readOnly: true
|
||||
|
||||
appInit:
|
||||
resources:
|
||||
requests:
|
||||
memory: "512Mi"
|
||||
limits:
|
||||
memory: "1Gi"
|
||||
|
||||
extraObjects:
|
||||
- apiVersion: gateway.networking.k8s.io/v1
|
||||
kind: HTTPRoute
|
||||
@ -80,7 +71,7 @@ extraObjects:
|
||||
instances: 2
|
||||
postgresql:
|
||||
parameters:
|
||||
max_connections: "100"
|
||||
max_connections: "20"
|
||||
shared_buffers: "25MB"
|
||||
effective_cache_size: "75MB"
|
||||
maintenance_work_mem: "6400kB"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user