Maxime Thomassin

Results 25 comments of Maxime Thomassin

ok, for my loadbalancer I used nginx with sticky session. I also have 2 replicas for the identity, admin and api. Here is my yaml for the ingress: ```yaml apiVersion:...

I manage to solve it using ```Dns.GetHostName()```. Your app must run on port 80 or 443 for https. Else specify the port ```Dns.GetHostName():3227``` ```csharp setup.AddHealthCheckEndpoint(group, $"http://{Dns.GetHostName()}/healthchecks-{group}"); ``` and when you...

Added BackgroudColor="Transparent"

same here, I had installed go with brew. Instead, ive installed it from the release page and worked. https://go.dev/doc/install running kubebuilder 3.7 and go 1.18.7

Hey guys! I think this PR introduced an issue on the templates/monitoring/_helpers-monitoring.tpl. So this PR changed from hardcoded to the templated values, but in the printf function, its using %s...

I am also facing the same issue! I got tmux on ctrl+space and the keys are not being registered.

+1 for this! There is always an empty tmp directory even if not used. I tried settings `tmp_dir=""`, but still created a tmp folder.

I dont have any NUnit project. I added the library to the shared library and the android.