AK
Size: a a a
AK
AL
GG
AL
GG
AL
ИБ
apiVersion: autoscaling/v2beta2
kind: HorizontalPodAutoscaler
metadata:
name: name
spec:
scaleTargetRef:
apiVersion: apps/v1
kind: Deployment
name: $CI_PROJECT_NAME
behavior:
scaleDown:
stabilizationWindowSeconds: 60
policies:
- type: Percent
value: 100
periodSeconds: 15
scaleUp:
stabilizationWindowSeconds: 10
policies:
- type: Pods
value: 1
periodSeconds: 15
selectPolicy: Max
minReplicas: 3
maxReplicas: 6
metrics:
- resource:
name: cpu
target:
type: Utilization
averageUtilization: 80
type: Resource
- resource:
name: memory
target:
type: Utilization
averageUtilization: 95
type: Resource
AK
DS
AK
G
apiVersion: autoscaling/v2beta2
kind: HorizontalPodAutoscaler
metadata:
name: name
spec:
scaleTargetRef:
apiVersion: apps/v1
kind: Deployment
name: $CI_PROJECT_NAME
behavior:
scaleDown:
stabilizationWindowSeconds: 60
policies:
- type: Percent
value: 100
periodSeconds: 15
scaleUp:
stabilizationWindowSeconds: 10
policies:
- type: Pods
value: 1
periodSeconds: 15
selectPolicy: Max
minReplicas: 3
maxReplicas: 6
metrics:
- resource:
name: cpu
target:
type: Utilization
averageUtilization: 80
type: Resource
- resource:
name: memory
target:
type: Utilization
averageUtilization: 95
type: Resource
ИБ
AL
z
ИБ
DS
GG
GG
DS