Ragnar Rova

Results 43 comments of Ragnar Rova

@gc-ss Sorry, no interest has faded for the moment (not using caddy in this capacity right now).

At https://github.com/rrva/docker-devdns I wanted to specify a timeout on all docker operations. Figure this is only sensible to do on read requests, not on write requests (would not want to...

It seems the bug is that it does not choose an image, note the // in the url to ancestry..

It have hand-written yaml for the most part. Also some helm based things but these have tools to convert to raw kubernetes yaml. I also had the idea to connect...

https://square.github.io/kotlinpoet/ comes to mind as a possible ingredient

What about this? 1. Introduce a new field called `percentage` inside the mirror object that would specify the percentage of traffic to be mirrored to the corresponding service. 2. If...

@skriss what do you think of the proposed semantics?

Is there a workaround to achieve the following (it can be a bit ugly). I want 10% of traffic to be mirrored, the rest only sent to the primary service....

The issue I want to prevent now is that the mirror service gets overloaded. It is scaled way less than the primary service on purpose. What if I modify the...