Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/wik-webservice/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
ServiceMonitor enabled for Prometheus scraping
{{- end }}

{{- if .Values.webservice.hpa.enabled }}
{{- if .Values.horizontalPodAutoscaler.enabled }}

⚖️ AUTOSCALING

HPA enabled (min: {{ .Values.webservice.hpa.minReplicas }}, max: {{ .Values.webservice.hpa.maxReplicas }})
HPA enabled (min: {{ .Values.horizontalPodAutoscaler.minReplicas }}, max: {{ .Values.horizontalPodAutoscaler.maxReplicas }})
kubectl get hpa {{ include "fullname" . }} -n {{ .Release.Namespace }}
{{- end }}

Expand Down
Loading