HPA
unknown
yaml
4 years ago
383 B
48
Indexable
apiVersion: autoscaling/v2beta2
kind: HorizontalPodAutoscaler
metadata:
name: portal-noticias-hpa
spec:
scaleTargetRef:
apiVersion: apps/v1
kind: Deployment
name: portal-noticias-deployment
minReplicas: 1
maxReplicas: 10
metrics:
- type: Resource
resource:
name: cpu
target:
type: Utilization
averageUtilization: 50Editor is loading...