diff --git a/deploy/df-wiki/values.yaml b/deploy/df-wiki/values.yaml index f68164ddc6c6dcc6475066f5a6ee71a5483be311..0f4ab1e6bf14ee567854adc592d465ab6757bac1 100644 --- a/deploy/df-wiki/values.yaml +++ b/deploy/df-wiki/values.yaml @@ -61,11 +61,11 @@ ingress: resources: limits: - cpu: 400m - memory: 512Mi - requests: cpu: 300m - memory: 512Mi + memory: 400Mi + requests: + cpu: 200m + memory: 256Mi # We usually recommend not to specify default resources and to leave this as a conscious # choice for the user. This also increases chances charts run on environments with little # resources, such as Minikube. If you do want to specify resources, uncomment the following