From 2af1a14cd29b20df23dff8cab58b97eecb9504a8 Mon Sep 17 00:00:00 2001 From: Kuiki Date: Sat, 20 Jun 2020 10:07:08 +0800 Subject: [PATCH] =?UTF-8?q?nginx=E4=BD=BF=E7=94=A8=E4=BC=A0=E5=85=A5?= =?UTF-8?q?=E9=85=8D=E7=BD=AEtag?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.yaml b/nginx.yaml index 24bd76d..c845b6f 100644 --- a/nginx.yaml +++ b/nginx.yaml @@ -14,7 +14,7 @@ spec: spec: containers: - name: nginx-demo - image: 'nginx:alpine' + image: nginx:${NGINX_VERSION} --- apiVersion: v1 kind: Service