Reduces apps default resource usage.
This commit is contained in:
@@ -20,4 +20,5 @@ data:
|
||||
OPENPROJECT_RAILS__CACHE__STORE: "memcache"
|
||||
OPENPROJECT_RAILS__RELATIVE__URL__ROOT: ""
|
||||
POSTGRES_STATEMENT_TIMEOUT: "120s"
|
||||
WEB_CONCURRENCY: "1"
|
||||
...
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
version: 16.1.1-1
|
||||
version: 16.1.1-3
|
||||
requires:
|
||||
- name: postgres
|
||||
- name: memcached
|
||||
defaultConfig:
|
||||
namespace: openproject
|
||||
externalDnsDomain: '{{ .cloud.domain }}'
|
||||
storage: 5Gi
|
||||
storage: 2Gi
|
||||
adminUserName: OpenProject Admin
|
||||
adminUserEmail: '{{ .operator.email }}'
|
||||
domain: openproject.{{ .cloud.domain }}
|
||||
|
||||
@@ -116,7 +116,7 @@ spec:
|
||||
limits:
|
||||
memory: 512Mi
|
||||
requests:
|
||||
memory: 512Mi
|
||||
memory: 256Mi
|
||||
volumeMounts:
|
||||
- mountPath: /tmp
|
||||
name: tmp
|
||||
|
||||
@@ -99,7 +99,7 @@ spec:
|
||||
limits:
|
||||
memory: 1Gi
|
||||
requests:
|
||||
memory: 512Mi
|
||||
memory: 256Mi
|
||||
volumeMounts:
|
||||
- mountPath: /tmp
|
||||
name: tmp
|
||||
@@ -180,5 +180,5 @@ spec:
|
||||
cpu: "4"
|
||||
memory: 4Gi
|
||||
requests:
|
||||
cpu: 250m
|
||||
memory: 512Mi
|
||||
cpu: 50m
|
||||
memory: 256Mi
|
||||
|
||||
@@ -99,7 +99,7 @@ spec:
|
||||
limits:
|
||||
memory: 1Gi
|
||||
requests:
|
||||
memory: 512Mi
|
||||
memory: 256Mi
|
||||
volumeMounts:
|
||||
- mountPath: /tmp
|
||||
name: tmp
|
||||
@@ -149,5 +149,5 @@ spec:
|
||||
cpu: "4"
|
||||
memory: 4Gi
|
||||
requests:
|
||||
cpu: 250m
|
||||
memory: 512Mi
|
||||
cpu: 50m
|
||||
memory: 256Mi
|
||||
|
||||
Reference in New Issue
Block a user