2023-03-29 01:29:07 +00:00
|
|
|
kind: HTTPScaledObject
|
|
|
|
apiVersion: http.keda.sh/v1alpha1
|
|
|
|
metadata:
|
|
|
|
name: {{ include "demo-chart.fullname" . }}
|
|
|
|
spec:
|
2023-03-29 02:01:11 +00:00
|
|
|
host: {{ include "demo-chart.host" . }}
|
2023-03-29 01:29:07 +00:00
|
|
|
targetPendingRequests: {{ .Values.targetPendingRequests }}
|
|
|
|
scaleTargetRef:
|
|
|
|
deployment: {{ include "demo-chart.fullname" . }}
|
|
|
|
service: {{ include "demo-chart.fullname" . }}
|
|
|
|
port: {{ .Values.service.port }}
|
|
|
|
replicas:
|
|
|
|
min: {{ .Values.autoscaling.http.minReplicas }}
|
|
|
|
max: {{ .Values.autoscaling.http.maxReplicas }}
|