I have an spring-boot app in kubernetes with some schedulers, I would like to be able to set the cron value of the schedulers with no need of re-compiling the project, is this possible?
I currently have the cron values defined in the properties file, but this way I can't solve this problem.
thanks for your help!!