Skip to content
Snippets Groups Projects
Commit bc43f5ef authored by Oleksandr Kosse (EPAM)'s avatar Oleksandr Kosse (EPAM)
Browse files

Merge branch 'revert-02b20971' into 'master'

Revert "Merge branch 'GONGR-6885-reduce_requests_according_to_VPA'

See merge request !529
parents 02b20971 77f1cd17
No related branches found
No related tags found
1 merge request!529Revert "Merge branch 'GONGR-6885-reduce_requests_according_to_VPA'
Pipeline #181872 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: 64Mi
sidecar.istio.io/proxyCPU: 50m
sidecar.istio.io/proxyMemory: 100Mi
spec:
containers:
- args:
......@@ -32,6 +32,6 @@ spec:
protocol: TCP
resources:
requests:
cpu: 5m
memory: 20Mi
cpu: 10m
memory: 50Mi
{{ end }}
......@@ -16,8 +16,8 @@ data:
springProfilesActive: "gcp"
storageHost: "http://storage"
# Deployment
requestsCpu: "25m"
requestsMemory: "500Mi"
requestsCpu: "35m"
requestsMemory: "640Mi"
limitsCpu: "1"
limitsMemory: "1G"
image: ""
......@@ -39,5 +39,5 @@ conf:
istio:
proxyCPU: "10m"
proxyCPULimit: "200m"
proxyMemory: "50Mi"
proxyMemory: "100Mi"
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