Replies: 1 comment 2 replies
-
I tried v0.6.0, still getting the same issue. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
As per 0.5.0 Release notes here
NEW Routing: Support path-based routing
I already read multiple discussions here regarding this feature. However I was not able to implement it.
If someone can clarify, or provide me with any tips I would be grateful.
Environment:
Minikube v1.31.2
KEDA v2.11.2
Keda-add-ons 0.5.0
kind: HTTPScaledObject apiVersion: http.keda.sh/v1alpha1 metadata: name: nginx-http-scaledobject spec: host: myhost.com path: /foo/bar targetPendingRequests: 1 scaleTargetRef: deployment: nginx service: nginx port: 80 replicas: min: 0 max: 3
I tried both "path" & "pathPrefix" , howeverI keep getting these errors:
Beta Was this translation helpful? Give feedback.
All reactions