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

Merge branch 'GONGR-6885-reduce_requests_according_to_VPA' into 'master'

GONGR-6885 Reduce requests according to VPA

See merge request !706
parents 8533e35f be184609
No related branches found
No related tags found
1 merge request!706fix: GONGR-6885 Reduce requests according to VPA
Pipeline #181685 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:
- envFrom:
......@@ -32,6 +32,6 @@ spec:
protocol: TCP
resources:
requests:
cpu: 10m
memory: 50Mi
cpu: 5m
memory: 20Mi
{{ end }}
......@@ -28,8 +28,8 @@ data:
apiBasePath: "/api/v3"
serviceEnv: "dev"
# Deployment
requestsCpu: "10m"
requestsMemory: "200Mi"
requestsCpu: "5m"
requestsMemory: "150Mi"
limitsCpu: "1"
limitsMemory: "1G"
serviceAccountName: "seismic-store"
......@@ -48,7 +48,7 @@ conf:
sdmsRedisSecretName: "seismic-store-redis-secret" # pragma: allowlist secret
istio:
proxyCPU: "10m"
proxyCPU: "6m"
proxyCPULimit: "500m"
proxyMemory: "100Mi"
proxyMemory: "50Mi"
proxyMemoryLimit: "512Mi"
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