Keep a container running by overwritting their comamnd and args on the deployment manifest
command: [ "/bin/bash", "-c", "--" ] args: [ "while true; do sleep 30; done;" ]