first commit
This commit is contained in:
32
k8s/regional/rendered/hpa-iad.yaml
Normal file
32
k8s/regional/rendered/hpa-iad.yaml
Normal file
@@ -0,0 +1,32 @@
|
||||
apiVersion: autoscaling/v2
|
||||
kind: HorizontalPodAutoscaler
|
||||
metadata:
|
||||
name: tim-ai-atend-agnt-integ-tia-iad
|
||||
namespace: agnt-ai-atendimento
|
||||
spec:
|
||||
scaleTargetRef:
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
name: tim-ai-atend-agnt-integ-tia-iad
|
||||
minReplicas: 1
|
||||
maxReplicas: 3
|
||||
behavior:
|
||||
scaleUp:
|
||||
stabilizationWindowSeconds: 0
|
||||
policies:
|
||||
- type: Percent
|
||||
value: 100
|
||||
periodSeconds: 60
|
||||
scaleDown:
|
||||
stabilizationWindowSeconds: 300
|
||||
policies:
|
||||
- type: Percent
|
||||
value: 25
|
||||
periodSeconds: 60
|
||||
metrics:
|
||||
- type: Resource
|
||||
resource:
|
||||
name: cpu
|
||||
target:
|
||||
type: Utilization
|
||||
averageUtilization: 65
|
||||
Reference in New Issue
Block a user