From 29c8018b3c32985cc200a010bbe8f9ce8115c291 Mon Sep 17 00:00:00 2001 From: dkarczmarski Date: Mon, 4 Aug 2025 15:48:12 +0200 Subject: [PATCH] [ru] sync with PR 37982 --- content/ru/examples/application/deployment-scale.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/ru/examples/application/deployment-scale.yaml b/content/ru/examples/application/deployment-scale.yaml index 01fe96d845..838576375e 100644 --- a/content/ru/examples/application/deployment-scale.yaml +++ b/content/ru/examples/application/deployment-scale.yaml @@ -14,6 +14,6 @@ spec: spec: containers: - name: nginx - image: nginx:1.14.2 + image: nginx:1.16.1 ports: - containerPort: 80