Files
devops-infra-helm-charts-gcp/helm-templates/opentelemetry-collector-latest/ci/hpa-deployment-values.yaml
T
2026-08-26 03:39:42 +05:30

16 lines
263 B
YAML

mode: deployment
image:
repository: "otel/opentelemetry-collector-k8s"
command:
name: "otelcol-k8s"
autoscaling:
enabled: true
minReplicas: 1
maxReplicas: 10
behavior: {}
targetCPUUtilizationPercentage: 80
targetMemoryUtilizationPercentage: 80