Open kahirokunn opened 3 weeks ago
Please add the crds.additionalAnnotations to the new CRDs. By copying this block for example: https://github.com/kedacore/charts/blob/main/keda/templates/crds/crd-scaledjobs.yaml#L7 Thanks!
@Farfaday Thank you for your review! I have implemented all of the points you raised in your review.
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.
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
https://github.com/kedacore/http-add-on/pull/1014
Checklist
Fixes #