Files
joelson f1c0543a0b
All checks were successful
Build (develop) / Promote (main) / build-and-push-deploy (push) Successful in 1m9s
feat: add prod hpa configuration
2026-02-24 20:27:05 -03:00

19 lines
358 B
YAML

apiVersion: autoscaling/v2
kind: HorizontalPodAutoscaler
metadata:
name: vendaweb-api
spec:
scaleTargetRef:
apiVersion: apps/v1
kind: Deployment
name: vendaweb-api
minReplicas: 2
maxReplicas: 15
metrics:
- type: Resource
resource:
name: cpu
target:
type: Utilization
averageUtilization: 70