From d6c8b2a5c136f0f89c025fa2e9c4163cc69db004 Mon Sep 17 00:00:00 2001 From: zhaoxiaopeng Date: Mon, 4 Aug 2025 17:28:34 +0800 Subject: [PATCH] 1.26.2 --- zxp/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zxp/test.yaml b/zxp/test.yaml index 9f57d57..a82aa92 100644 --- a/zxp/test.yaml +++ b/zxp/test.yaml @@ -6,7 +6,7 @@ spec: selector: matchLabels: app: nginx - replicas: 2 + replicas: 10 template: metadata: labels: @@ -14,6 +14,6 @@ spec: spec: containers: - name: nginx - image: nginx:latest + image: nginx:1.26.2 ports: - containerPort: 81 \ No newline at end of file