diff --git a/kubernetes/nginx-http/nginx-http-deploy.yml b/kubernetes/nginx-http/nginx-http-deploy.yml index 4c41ada..7feca54 100644 --- a/kubernetes/nginx-http/nginx-http-deploy.yml +++ b/kubernetes/nginx-http/nginx-http-deploy.yml @@ -14,7 +14,7 @@ spec: spec: containers: - name: nginx-http - image: nginx:1.14.2 + image: nginx:1.27.2 ports: - name: web containerPort: 80