We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9126bcb + fa47833 commit e7a16cdCopy full SHA for e7a16cd
1 file changed
charts/wik-webservice/templates/NOTES.txt
@@ -36,11 +36,11 @@
36
ServiceMonitor enabled for Prometheus scraping
37
{{- end }}
38
39
-{{- if .Values.webservice.hpa.enabled }}
+{{- if .Values.horizontalPodAutoscaler.enabled }}
40
41
⚖️ AUTOSCALING
42
43
- HPA enabled (min: {{ .Values.webservice.hpa.minReplicas }}, max: {{ .Values.webservice.hpa.maxReplicas }})
+ HPA enabled (min: {{ .Values.horizontalPodAutoscaler.minReplicas }}, max: {{ .Values.horizontalPodAutoscaler.maxReplicas }})
44
kubectl get hpa {{ include "fullname" . }} -n {{ .Release.Namespace }}
45
46
0 commit comments