Closed scrollins closed 2 years ago
Hi, the image is actually forked with versioning from https://github.com/envoyproxy/ratelimit
for now, it's hardcoded to zufardhiyaulhaq/ratelimit:v1.0.0
but it's should be possible to make that configurable.
Ok. I'll try to throw up a PR this week and add that as a param. Thanks for the pointer
Hi I've created this PR https://github.com/zufardhiyaulhaq/istio-ratelimit-operator/pull/19, I want to know if this is something that you think is the best way to configure the image/tag for RateLimitService @zufardhiyaulhaq, I've tried to label as work in progress but looks like I can't do, sorry
I was looking at the RateLimitService CRD and it looks like you've hardcoded the rate limit service image to be pulled from
zufardhiyaulhaq/ratelimit:v1.0.0
I did try specifying the container just to test out my theoryCan you verify that my assessment is correct or I've missed something. Thanks