File tree Expand file tree Collapse file tree
charts/whatsapp-proxy-chart Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ type: application
1717# This is the chart version. This version number should be incremented each time you make changes
1818# to the chart and its templates, including the app version.
1919# Versions are expected to follow Semantic Versioning (https://semver.org/)
20- version : 1.3.6
20+ version : 1.3.7
2121
2222# This is the version number of the application being deployed. This version number should be
2323# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 3333 type : Utilization
3434 averageUtilization : {{ .Values.autoscaling.targetMemoryUtilizationPercentage }}
3535 {{- end }}
36+ {{- with .Values.autoscaling.customMetrics }}
37+ {{- toYaml . | nindent 4 }}
38+ {{- end }}
3639{{- end }}
Original file line number Diff line number Diff line change @@ -96,6 +96,7 @@ autoscaling:
9696 maxReplicas : 100
9797 targetCPUUtilizationPercentage : 80
9898 # targetMemoryUtilizationPercentage: 80
99+ customMetrics : []
99100
100101nodeSelector : {}
101102
You can’t perform that action at this time.
0 commit comments