pod yaml文件配置

command: ["/bin/sh"]  #在 Shell 来执行命令
args: ["-c", "while true; do echo hello; sleep 10;done"]