I created a Pod that have @EnableTaskLauncher
with spring-cloud-deployer-kubernetes
. It is receiving task requests through spring-cloud-stream
and launching the tasks.
Everything is working perfectly except that I want the task to be launched as Kind: Job
instead of Kind: Deployment
.
I could not find any configuration or property in spring-cloud-deployer-kubernetes
that do this or if it is available .