in app/services/kubernetes.scala [62:66]
private def extractContainers(deployment:Deployment) = for { spec <- deployment.spec templateSpec <- spec.template.spec } yield (templateSpec.containers, templateSpec.initContainers)