Skip to content
Advertisement

Tag: spring-boot-admin

Ignore specify slash character in yaml config for spring boot admin application

I want to configure the service label app.kubernetes.io/part-of: myapp for the kubernetes discovery in my spring boot admin application. app.kubernetes.io/part-of is a recommended label, so I think there should be a way to configure it for the service discovery. Unfortunately all special characters are removed in the yaml keys, which I notice in the configprops actuator. My questions: How can

Advertisement