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

GONGR-6885 Reduce requests according to VPA

parent 8a4a22a6
No related branches found
No related tags found
1 merge request!379GONGR-6885 Reduce requests according to VPA
Pipeline #181143 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: 5m
sidecar.istio.io/proxyMemory: 50Mi
spec:
containers:
- args:
......@@ -32,6 +32,6 @@ spec:
protocol: TCP
resources:
requests:
cpu: 10m
memory: 50Mi
cpu: 5m
memory: 20Mi
{{ end }}
......@@ -14,8 +14,8 @@ data:
redisNotificationPort: 6379
redisImage: "docker.io/library/redis:7"
#Deployments
requestsCpu: "10m"
requestsMemory: "512Mi"
requestsCpu: "20m"
requestsMemory: "450Mi"
limitsCpu: "1"
limitsMemory: "1.5G"
serviceAccountName: "notification"
......@@ -31,7 +31,7 @@ conf:
redisSSL: false
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