This commit is contained in:
2025-08-04 17:28:34 +08:00
parent 2e10f23677
commit d6c8b2a5c1

View File

@@ -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