Skip to content
Snippets Groups Projects
Verified Commit 9c444194 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

production/search: Dimension search instance as before

Except we had 2 nodes, search1 and search on moma.
Each 4 workers (1 thread).

The resources change is done according to the current use we have.

Refs. swh/infra/sysadm-environment#5110
parent b37bfa69
No related branches found
No related tags found
No related merge requests found
......@@ -910,19 +910,17 @@ search:
priorityClassName: frontend-rpc
logLevel: INFO
elasticsearchConfigurationRef: elasticsearchConfiguration
# replicas: 2
replicas: 2
gunicorn:
threads: 5
workers: 4
workers: 2
threads: 2
timeout: 3600
# RPC services may have different profiles than the rest so they need their specific
# setup
# requestedMemory: 512Mi
# requestedCpu: 500m
autoScaling:
minReplicaCount: 2
maxReplicaCount: 4
cpuPercentageUsage: 100
requestedCpu: 250m
requestedMemory: 512Mi
# autoScaling:
# minReplicaCount: 2
# maxReplicaCount: 4
# cpuPercentageUsage: 100
hosts:
- search-rpc-ingress
ingress:
......
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