Skip to content
Snippets Groups Projects
Commit 119d7018 authored by Andriy Halka [EPAM / GCP]'s avatar Andriy Halka [EPAM / GCP]
Browse files

GONGR-6885 Reduce requests according to VPA

parent dea9874d
No related branches found
No related tags found
1 merge request!383GONGR-6885 Reduce requests according to VPA
Pipeline #181149 failed
......@@ -19,8 +19,8 @@ data:
minioExternalEndpoint: "" # use only if external minio is configured
minioIgnoreCertCheck: "false"
# deployments
requestsCpu: "10m"
requestsMemory: "400Mi"
requestsCpu: "5m"
requestsMemory: "350Mi"
limitsCpu: "500m"
limitsMemory: "1G"
serviceAccountName: "partition"
......@@ -38,10 +38,10 @@ auth:
realm: "osdu"
istio:
proxyCPU: "10m"
proxyCPU: "5m"
proxyCPULimit: "500m"
proxyMemory: "100Mi"
proxyMemory: "64Mi"
proxyMemoryLimit: "512Mi"
bootstrapProxyCPU: "10m"
bootstrapProxyCPU: "5m"
bootstrapProxyCPULimit: "100m"
sidecarInject: "true"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment