Vilius Šumskas

Results 145 comments of Vilius Šumskas

Good question. I have no idea how this works, it's just what I found only working with 2.3.X series. It still doesn't work with 3.0.0-M5 or 2.2.X. I guess -Dtag...

Smaller uncompressed image size on disk. I guess the decision depends on how these docker images are seen. Are they for development of Artemis itself, or to easy development of...

The difference is 250MB vs 450MB. I would agree that running Artemis in development JDK tools could be needed, but I don't agree that including these tools in production (even...

OK, I have added JRE option as a separate Dockerfile. I have also removed Debian image which used now deprecated OpenJDK build, and converted CentOS image to also use Eclipse-Temurin....

Issue occurs in general, even if I don't log in via browser or connect any other external monitoring. I'm measuring CPU usage using Google GKE Monitoring of the service. Attached...

> Hi @ViliusS we will need some more information to reproduce the issue. > > * Which version of Spring Boot Admin do you use (with which Spring Boot Version)?...

@SteKoe just to confirm I understood it right. It is possible to have SBA UI protected with password, but at the same time service registration and pooling without a password?...

Today I have upgraded to SBA 2.7.5. I have also tried to add `.pathMatchers(this.adminServer.path("/register")).permitAll()` to my reactive server but this didn't help at all. Changing it to `/instances/register` doesn't help...

@SteKoe thank you for the correction. An incoming feature you are describing looks like a really good solution. I will definitely wait for it. In the meantime, I will leave...

While I would agree that minimizing permissions is a good idea in general, I actually don't see any big reason to remove "configmap" completely. If metrics-server is installed in kube-system...