File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description:
33 The easy, open source way for everyone in your company to ask questions
44 and learn from data.
55name : metabase
6- version : 2.27.2
6+ version : 2.27.3
77appVersion : v0.60.3.x
88maintainers :
99 - name : pmint93
Original file line number Diff line number Diff line change 1- {{- if .Values.hpa.enabled }}
1+ {{- if and .Values.hpa.enabled (not .Values.hpa.external) }}
22apiVersion : {{ template "hpa.apiVersion" . }}
33kind : HorizontalPodAutoscaler
44metadata :
Original file line number Diff line number Diff line change @@ -2,6 +2,10 @@ replicaCount: 1
22
33hpa :
44 enabled : false
5+ # If external: false, the HPA will be managed by the chart
6+ # If external: true, the HPA will not be created by the chart
7+ # Useful for external HPA controllers such as KEDA.
8+ external : false
59 minReplicas : 1
610 maxReplicas : 6
711 targetCPUUtilizationPercentage : 80
You can’t perform that action at this time.
0 commit comments