ktor { deployment { port = 8080 port = ${?PORT} } application { modules = [ com.kmlabz.k8s.ApplicationKt.module ] } }