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

GONGR-6885 Reduce requests according to VPA

parent 1ca4b7e8
No related branches found
No related tags found
4 merge requests!760Vulnerability fixes,!745Draft: M18 Upgraded packages to mitigate vulns in netty, guava, snakeyaml,!744Upgraded packages to mitigated vulns in netty, guava, snakeyaml,!683GONGR-6885 Reduce requests according to VPA
Pipeline #181170 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: 64Mi
spec:
containers:
- args:
......@@ -32,6 +32,6 @@ spec:
protocol: TCP
resources:
requests:
cpu: 10m
memory: 50Mi
cpu: 5m
memory: 20Mi
{{ end }}
......@@ -22,8 +22,8 @@ data:
defaultLegalTag: "default-data-tag"
dataPartitionId: ""
# deployments
requestsCpu: "10m"
requestsMemory: "650Mi"
requestsCpu: "7m"
requestsMemory: "450Mi"
limitsCpu: "1"
limitsMemory: "3G"
bootstrapImage: ""
......@@ -48,9 +48,9 @@ conf:
storageRedisSecretName: "storage-redis-secret"
istio:
proxyCPU: "10m"
proxyCPU: "5m"
proxyCPULimit: "200m"
proxyMemory: "100Mi"
proxyMemory: "50Mi"
proxyMemoryLimit: "256Mi"
bootstrapProxyCPU: "10m"
bootstrapProxyCPULimit: "100m"
bootstrapProxyCPU: "5m"
bootstrapProxyCPULimit: "50m"
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