HTTP requests are not scaling up and scaling down #994
Unanswered
Manikiran88888
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using tis code and the pods are not scaling up and scaling down even though I have given a high load
This code which I have used is as fallows
kind: HTTPScaledObject
apiVersion: http.keda.sh/v1alpha1
metadata:
name: nginx-http-scaledobject
spec:
host: myhost.com
targetPendingRequests: 1
scaleTargetRef:
deployment: nginx
service: nginx
port: 80
replicas:
min: 1
max: 3
The scaled objects are also being assigned properly
Is there any way to scale up the pods based on the http requests
Beta Was this translation helpful? Give feedback.
All reactions