openproject increase appinit limit
This commit is contained in:
parent
5c4e71e9c6
commit
97eaffcc50
1 changed files with 6 additions and 0 deletions
|
@ -179,6 +179,12 @@ spec:
|
||||||
helm:
|
helm:
|
||||||
releaseName: openproject
|
releaseName: openproject
|
||||||
values: |
|
values: |
|
||||||
|
appInit:
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
memory: "4Gi"
|
||||||
|
requests:
|
||||||
|
memory: "4Gi"
|
||||||
clusterDomain: "project.aaronriedel.de"
|
clusterDomain: "project.aaronriedel.de"
|
||||||
ingress:
|
ingress:
|
||||||
annotations:
|
annotations:
|
||||||
|
|
Loading…
Reference in a new issue