refactor: use a fixed version of nginx image

pull/865/head
Mahyar Mirrashed 2025-04-18 16:27:15 -07:00
parent 1bafd8a03f
commit 8c24a8a4aa
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ Create a deployment for the [nginx](https://nginx.org/en/) web server:
```bash
kubectl create deployment nginx \
--image=nginx:latest
--image=nginx:1.27.4
```
List the pod created by the `nginx` deployment: