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