From 617461f50afc3f68cfe75ea43dd49855c9029d5a Mon Sep 17 00:00:00 2001 From: Kent Rancourt Date: Mon, 24 Jun 2024 17:18:44 -0400 Subject: [PATCH] switch to ecr nginx image Signed-off-by: Kent Rancourt --- base/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/deploy.yaml b/base/deploy.yaml index 6945202..e7e6c60 100644 --- a/base/deploy.yaml +++ b/base/deploy.yaml @@ -14,7 +14,7 @@ spec: spec: containers: - name: nginx - image: nginx:placeholder + image: public.ecr.aws/nginx/nginx:placeholder volumeMounts: - name: content mountPath: /usr/share/nginx/html