Files
go-cart-actor/deployment/scaling.yaml
matst80 351280347b
All checks were successful
Build and Publish / BuildAndDeploy (push) Successful in 1m57s
watch pods instead of polling
2024-11-10 10:26:21 +01:00

12 lines
247 B
YAML

apiVersion: autoscaling/v1
kind: HorizontalPodAutoscaler
metadata:
name: cart-scaler
spec:
scaleTargetRef:
apiVersion: apps/v1
kind: Deployment
name: cart-actor
minReplicas: 2
maxReplicas: 8
targetCPUUtilizationPercentage: 50