mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-07 10:17:51 +00:00
19 lines
366 B
YAML
19 lines
366 B
YAML
apiVersion: autoscaling/v2beta2
|
|
kind: HorizontalPodAutoscaler
|
|
metadata:
|
|
name: sample-app
|
|
spec:
|
|
scaleTargetRef:
|
|
apiVersion: apps/v1
|
|
kind: Deployment
|
|
name: sample-app
|
|
minReplicas: 1
|
|
maxReplicas: 5
|
|
metrics:
|
|
- type: Pods
|
|
pods:
|
|
metric:
|
|
name: http_requests_total
|
|
target:
|
|
type: AverageValue
|
|
averageValue: 20m
|