0

I am working on POC and trying to scale the HTTP trigger azure function hosted on Kubernetes POD. While applying the httpscaledobject the KEDA scalar pod crashes. I tried to look log, but it not giving a clear message. Sharing the

Service URI - http://:80/api/somefunction

apiVersion: http.keda.sh/v1alpha1 metadata: name: httpscaledobjectdemo spec: host: "IP" scaleTargetRef: deployment: keda-poc-deployment service: azurefuncsvc port: 80 replicas: min: 0 max: 7

Note: not sure what is an issue.

Additionally, I tried to apply httpscaledobject with multiple changes on the host like

host: IP

host: "IP"

host: "Full uri"

I have created all resources under the common namespace kedans. enter image description here

0 Answers0