Fix nginx version to 1.28 stable

This commit is contained in:
yeasy
2026-04-28 16:15:39 +00:00
parent 0e0afbd4d3
commit 9c98e35c62
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.30
image: nginx:1.28
ports:
- containerPort: 80
```