adding targetPendingRequests to the xkcd helm chart (#373)

Signed-off-by: Aaron Schlesinger <aaron@ecomaz.net>
This commit is contained in:
Aaron Schlesinger 2022-01-25 15:13:16 -08:00 committed by GitHub
parent b3ce0e4e67
commit 752fce2ac6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@ metadata:
name: {{ include "xkcd.fullname" . }}
spec:
host: {{ .Values.host }}
targetPendingRequests: {{ .Values.targetPendingRequests }}
scaleTargetRef:
deployment: {{ include "xkcd.fullname" . }}
service: {{ include "xkcd.fullname" . }}

View File

@ -1,5 +1,6 @@
replicaCount: 1
host: myhost.com
targetPendingRequests: 200
# This is the namespace that the ingress should be installed
# into. It should be set to the same namespace as the
# KEDA HTTP componentry is installed in. Defaults to the Helm