adding targetPendingRequests to the xkcd helm chart (#373)
Signed-off-by: Aaron Schlesinger <aaron@ecomaz.net>
This commit is contained in:
parent
b3ce0e4e67
commit
752fce2ac6
|
|
@ -4,6 +4,7 @@ metadata:
|
||||||
name: {{ include "xkcd.fullname" . }}
|
name: {{ include "xkcd.fullname" . }}
|
||||||
spec:
|
spec:
|
||||||
host: {{ .Values.host }}
|
host: {{ .Values.host }}
|
||||||
|
targetPendingRequests: {{ .Values.targetPendingRequests }}
|
||||||
scaleTargetRef:
|
scaleTargetRef:
|
||||||
deployment: {{ include "xkcd.fullname" . }}
|
deployment: {{ include "xkcd.fullname" . }}
|
||||||
service: {{ include "xkcd.fullname" . }}
|
service: {{ include "xkcd.fullname" . }}
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
host: myhost.com
|
host: myhost.com
|
||||||
|
targetPendingRequests: 200
|
||||||
# This is the namespace that the ingress should be installed
|
# This is the namespace that the ingress should be installed
|
||||||
# into. It should be set to the same namespace as the
|
# into. It should be set to the same namespace as the
|
||||||
# KEDA HTTP componentry is installed in. Defaults to the Helm
|
# KEDA HTTP componentry is installed in. Defaults to the Helm
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue