-
Notifications
You must be signed in to change notification settings - Fork 224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: New ScalingSet CRD to deploy isolated interceptors+scalers #703
base: main
Are you sure you want to change the base?
Conversation
4c5234b
to
698d98d
Compare
698d98d
to
7f6a78a
Compare
Please add the crds.additionalAnnotations to the new CRDs. |
fd0b26f
to
7b27f2b
Compare
Signed-off-by: kahirokunn <[email protected]>
7b27f2b
to
5720465
Compare
@Farfaday Thank you for your review! I have implemented all of the points you raised in your review. |
Signed-off-by: kahirokunn <[email protected]>
531c404
to
6044ba8
Compare
Hello! Is this feature about creating interceptor svc in the same namespace as application rather than KEDA namespace? |
Yes, that's correct! This feature allows for creating an interceptor service in the same namespace as the application. Additionally, it also supports creating a shared interceptor service if desired. |
Thanks! So that means, instead of creating a service of type external name for interceptor service in the application namespace, I can directly connect ingress to the interceptor service in the application namespace. |
Provide a description of what has been changed
kedacore/http-add-on#1014
Checklist
Fixes #