Move Guide topic Replica Sets. (#3180)

This commit is contained in:
Steve Perry
2017-03-31 13:10:28 -07:00
committed by GitHub
parent 2edbeae5c9
commit de895fbf5a
5 changed files with 161 additions and 93 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