Fix: Add resource requests and limits for appInit in values.yaml
This commit is contained in:
parent
77e9652186
commit
44601cc820
@ -41,6 +41,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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user