12 lines
227 B
YAML
12 lines
227 B
YAML
|
apiVersion: autoscaling/v1
|
||
|
kind: HorizontalPodAutoscaler
|
||
|
metadata:
|
||
|
name: frontend-scaler
|
||
|
spec:
|
||
|
scaleTargetRef:
|
||
|
kind: ReplicaSet
|
||
|
name: frontend
|
||
|
minReplicas: 3
|
||
|
maxReplicas: 10
|
||
|
targetCPUUtilizationPercentage: 50
|