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: ...@@ -14,8 +14,8 @@ spec:
labels: labels:
app: {{ printf "redis-%s" .Values.conf.appName | quote }} app: {{ printf "redis-%s" .Values.conf.appName | quote }}
annotations: annotations:
sidecar.istio.io/proxyCPU: 10m sidecar.istio.io/proxyCPU: 5m
sidecar.istio.io/proxyMemory: 100Mi sidecar.istio.io/proxyMemory: 50Mi
spec: spec:
containers: containers:
- args: - args:
...@@ -32,6 +32,6 @@ spec: ...@@ -32,6 +32,6 @@ spec:
protocol: TCP protocol: TCP
resources: resources:
requests: requests:
cpu: 10m cpu: 5m
memory: 50Mi memory: 20Mi
{{ end }} {{ end }}
...@@ -14,8 +14,8 @@ data: ...@@ -14,8 +14,8 @@ data:
redisNotificationPort: 6379 redisNotificationPort: 6379
redisImage: "docker.io/library/redis:7" redisImage: "docker.io/library/redis:7"
#Deployments #Deployments
requestsCpu: "10m" requestsCpu: "20m"
requestsMemory: "512Mi" requestsMemory: "450Mi"
limitsCpu: "1" limitsCpu: "1"
limitsMemory: "1.5G" limitsMemory: "1.5G"
serviceAccountName: "notification" serviceAccountName: "notification"
...@@ -31,7 +31,7 @@ conf: ...@@ -31,7 +31,7 @@ conf:
redisSSL: false redisSSL: false
istio: istio:
proxyCPU: "10m" proxyCPU: "5m"
proxyCPULimit: "200m" proxyCPULimit: "200m"
proxyMemory: "100Mi" proxyMemory: "50Mi"
proxyMemoryLimit: "256Mi" 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