translate to fr replicaset (#14908)

* 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
This commit is contained in:
Porte Pierre-Antoine
2019-06-24 13:27:56 +02:00
committed by Kubernetes Prow Robot
parent d338d2454d
commit 11afa09a9b
4 changed files with 400 additions and 0 deletions
@@ -0,0 +1,11 @@
apiVersion: autoscaling/v1
kind: HorizontalPodAutoscaler
metadata:
name: frontend-scaler
spec:
scaleTargetRef:
kind: ReplicaSet
name: frontend
minReplicas: 3
maxReplicas: 10
targetCPUUtilizationPercentage: 50