demo-chart/templates/httpscaledobject.yaml

15 lines
483 B
YAML
Raw Normal View History

2023-03-29 01:29:07 +00:00
kind: HTTPScaledObject
apiVersion: http.keda.sh/v1alpha1
metadata:
name: {{ include "demo-chart.fullname" . }}
spec:
host: {{ .Values.host }}
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 }}