You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
387 B

2 years ago
apiVersion: autoscaling/v2
2 years ago
kind: HorizontalPodAutoscaler
metadata:
name: {{ .Release.Name }}-hpa
spec:
2 years ago
minReplicas: 4
maxReplicas: 6
2 years ago
metrics:
- resource:
name: cpu
target:
averageUtilization: 50
type: Utilization
type: Resource
2 years ago
scaleTargetRef:
apiVersion: apps/v1
kind: Deployment
2 years ago
name: {{ .Release.Name }}-application