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