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:
|
||||
releaseName: openproject
|
||||
values: |
|
||||
appInit:
|
||||
resources:
|
||||
limits:
|
||||
memory: "4Gi"
|
||||
requests:
|
||||
memory: "4Gi"
|
||||
clusterDomain: "project.aaronriedel.de"
|
||||
ingress:
|
||||
annotations:
|
||||
|
|
Loading…
Reference in a new issue