Files
dancefinder-app/deployment_files/prod/autoscale.yaml
T

19 lines
360 B
YAML
Raw Normal View History

2019-01-15 13:21:24 +01:00
apiVersion: autoscaling/v2beta1
kind: HorizontalPodAutoscaler
metadata:
labels:
app: dancefinder-app
name: dancefinder-app
spec:
scaleTargetRef:
apiVersion: apps/v1beta1
kind: Deployment
name: dancefinder-app
minReplicas: 2
maxReplicas: 4
metrics:
- type: Resource
resource:
name: cpu
targetAverageUtilization: 60