11afa09a9b
* translate to fr replicaset * Remove reviewers from header file * Update replicaset.md reflecting remyleone's comments * Update replicaset.md reflecting sftim's comments * Update replicaset.md reflecting remyleone's (forgotten) comments
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
|