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

GONGR-6885 Reduce requests according to VPA

parent 7237ccf0
No related branches found
No related tags found
1 merge request!493GONGR-6885 Reduce requests according to VPA
Pipeline #181162 failed
......@@ -14,8 +14,8 @@ spec:
labels:
app: {{ printf "redis-%s" .Values.conf.appName | quote }}
annotations:
sidecar.istio.io/proxyCPU: 10m
sidecar.istio.io/proxyMemory: 100Mi
sidecar.istio.io/proxyCPU: 6m
sidecar.istio.io/proxyMemory: 64Mi
spec:
containers:
- args:
......@@ -32,6 +32,6 @@ spec:
protocol: TCP
resources:
requests:
cpu: 10m
memory: 100Mi
cpu: 5m
memory: 20Mi
{{ end }}
......@@ -14,8 +14,8 @@ data:
securityHttpsCertificateTrust: "true"
servicePolicyEnabled: true
# Deployments
requestsCpu: "20m"
requestsMemory: "550Mi"
requestsCpu: "15m"
requestsMemory: "400Mi"
limitsCpu: "1"
limitsMemory: "1G"
serviceAccountName: "search"
......@@ -32,7 +32,7 @@ conf:
searchRedisSecretName: "search-redis-secret"
istio:
proxyCPU: "10m"
proxyCPU: "5m"
proxyCPULimit: "200m"
proxyMemory: "100Mi"
proxyMemory: "50Mi"
proxyMemoryLimit: "256Mi"
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