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.

22 lines
486 B

2 years ago
apiVersion: autoscaling/v1
kind: HorizontalPodAutoscaler
metadata:
name: {{ .Release.Name }}-hpa
spec:
scaleTargetRef:
apiVersion: apps/v1
kind: Deployment
name: {{ .Release.Name }}-hpa
minReplicas: 1
maxReplicas: 5
2 years ago
targetCPUUtilizationPercentage: 20
# metrics:
# - type: Resource
# resource:
# name: cpu
# targetAverageUtilization: 80
# - type: Resource
# resource:
# name: memory
# targetAverageValue: 200Mi