Files
go-cart-actor/deployment/scaling.yaml
matst80 a7c5332db0
All checks were successful
Build and Publish / BuildAndDeploy (push) Successful in 1m50s
update
2024-11-09 13:57:09 +01:00

11 lines
223 B
YAML

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