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

21 lines
386 B
YAML
Raw Normal View History

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