From 1940e764995282485dba1bb171ca0e0a35cac9d8 Mon Sep 17 00:00:00 2001 From: Nehasingh420 <113663280+Nehasingh420@users.noreply.github.com> Date: Mon, 27 Mar 2023 02:57:18 -0400 Subject: [PATCH] Update kube.yaml --- kube.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kube.yaml b/kube.yaml index d0058111..a7fcb1f7 100644 --- a/kube.yaml +++ b/kube.yaml @@ -46,7 +46,7 @@ spec: - name: registry-secret containers: - name: myapp - image: imagename + image: nginx:1.0 command: ["/bin/sh"] args: ["-c","sh /usr/local/tomcat/bin/startup.sh;while true; do echo hello; sleep 10;done"] imagePullPolicy: IfNotPresent