From 423cf0acf65781e2d89e49a52808857d96d53f20 Mon Sep 17 00:00:00 2001 From: Sychev Igor Date: Wed, 17 Jan 2018 07:51:09 +0200 Subject: [PATCH] nginx image update --- k8s/frontend.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/frontend.yaml b/k8s/frontend.yaml index 291542404..bd244beb2 100644 --- a/k8s/frontend.yaml +++ b/k8s/frontend.yaml @@ -27,7 +27,7 @@ spec: spec: containers: - name: nginx - image: nginx:1.11.10-alpine + image: nginx:1.13.8-alpine imagePullPolicy: IfNotPresent ports: - containerPort: 8080