Reduces apps default resource usage.

This commit is contained in:
2026-06-19 21:38:56 +00:00
parent 63dcd1b82b
commit c223e2b5e0
55 changed files with 661 additions and 174 deletions

View File

@@ -20,4 +20,5 @@ data:
OPENPROJECT_RAILS__CACHE__STORE: "memcache"
OPENPROJECT_RAILS__RELATIVE__URL__ROOT: ""
POSTGRES_STATEMENT_TIMEOUT: "120s"
WEB_CONCURRENCY: "1"
...

View File

@@ -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 }}

View File

@@ -116,7 +116,7 @@ spec:
limits:
memory: 512Mi
requests:
memory: 512Mi
memory: 256Mi
volumeMounts:
- mountPath: /tmp
name: tmp

View File

@@ -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

View File

@@ -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