From e2e306aa47c3d4fa1e07ab29e29d00cb8d6597df Mon Sep 17 00:00:00 2001 From: Alex Collins Date: Fri, 3 May 2019 15:23:45 -0700 Subject: [PATCH] string --- guestbook/guestbook-ui-deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guestbook/guestbook-ui-deployment.yaml b/guestbook/guestbook-ui-deployment.yaml index 34f9e21..c57bbeb 100644 --- a/guestbook/guestbook-ui-deployment.yaml +++ b/guestbook/guestbook-ui-deployment.yaml @@ -23,6 +23,6 @@ spec: readinessProbe: exec: command: - - true + - "true" initialDelaySeconds: 30 - periodSeconds: 30 + periodSeconds: 30 \ No newline at end of file