desteg/desteg-hpa.yaml

21 lines
343 B
YAML
Raw Normal View History

2022-08-24 17:09:25 +10:00
---
apiVersion: autoscaling/v2
kind: HorizontalPodAutoscaler
metadata:
name: desteg-hpa
spec:
scaleTargetRef:
apiVersion: apps/v1
kind: Deployment
name: desteg
minReplicas: 1
maxReplicas: 24
metrics:
- type: Resource
resource:
name: cpu
target:
type: Utilization
averageUtilization: 50