desteg/desteg-hpa.yaml

22 lines
359 B
YAML
Raw Permalink Normal View History

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