Kubernetes
See theautoscaling and resources sections of the Helm chart values.yaml for the default autoscaling and resource settings. Adjust as needed depending on your workload.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
autoscaling and resources sections of the Helm chart values.yaml for the default autoscaling and resource settings. Adjust as needed depending on your workload.
autoscaling:
enabled: false
minReplicas: 1
maxReplicas: 100
targetCPUUtilizationPercentage: 40
targetMemoryUtilizationPercentage: 80
customMetrics: []
# - type: External
# external:
# metricName: nginx.net.request_per_s
# metricSelector:
# matchLabels:
# kube_container_name: nginx
# targetAverageValue: 123
# Please adjust these values as needed depending on your workloads. We recommend allocating
# minimally the following to prevent CPU throttling and Out of Memory errors under load.
resources:
limits:
memory: 4Gi
requests:
cpu: 1
memory: 4Gi
container_cpu = 1024
container_memory = 4096
container_min_capacity = 1
container_max_capacity = 10
container_requests_cpu = "1"
container_requests_memory = "4Gi"
container_limits_memory = "4Gi"
container_min_capacity = "1"
container_max_capacity = "5"
