Merge pull request #33767 from adeniyistephen/patch-1

Fix: Update service.md (nginx image not found)
This commit is contained in:
Kubernetes Prow Robot
2022-06-01 23:37:45 -07:00
committed by GitHub
@@ -122,7 +122,7 @@ metadata:
spec:
containers:
- name: nginx
image: nginx:1.14.2
image: nginx:stable
ports:
- containerPort: 80
name: http-web-svc