Restore nginx 1.30 stable references

This commit is contained in:
yeasy
2026-04-29 07:53:31 +00:00
parent 99c56217f5
commit c554799b08
8 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -166,7 +166,7 @@ spec:
spec:
containers:
- name: nginx
image: nginx:1.28
image: nginx:1.30
ports:
- containerPort: 80
```
+2 -2
View File
@@ -31,7 +31,7 @@ spec:
spec:
containers:
- name: nginx
image: nginx:1.28
image: nginx:1.30
ports:
- containerPort: 80
```
@@ -73,7 +73,7 @@ kubectl get svc nginx-service
### 13.5.4 步骤 3模拟滚动更新
修改 `nginx-deployment.yaml`将镜像版本改为 `nginx:1.28-alpine`
修改 `nginx-deployment.yaml`将镜像版本改为 `nginx:1.30-alpine`
```bash
kubectl apply -f nginx-deployment.yaml