From 4e8b8cf50fe885d80b55f4154faeae408eb53dbb Mon Sep 17 00:00:00 2001 From: trivernis Date: Sun, 8 Oct 2023 00:18:45 +0200 Subject: [PATCH] Return alpine to slim image --- apps/tandoor/app/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/tandoor/app/deploy.yaml b/apps/tandoor/app/deploy.yaml index a889959..0a05b14 100644 --- a/apps/tandoor/app/deploy.yaml +++ b/apps/tandoor/app/deploy.yaml @@ -82,7 +82,7 @@ spec: subPath: files containers: - name: recipes-nginx - image: nginx:alpine + image: nginx:alpine-slim imagePullPolicy: IfNotPresent ports: - containerPort: 80