Skip to content

Commit 0144484

Browse files
authored
Merge pull request #33767 from adeniyistephen/patch-1
Fix: Update service.md (nginx image not found)
2 parents 346f132 + 318682f commit 0144484

File tree

1 file changed

+1
-1
lines changed
  • content/en/docs/concepts/services-networking

1 file changed

+1
-1
lines changed

content/en/docs/concepts/services-networking/service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ metadata:
122122
spec:
123123
containers:
124124
- name: nginx
125-
image: nginx:1.14.2
125+
image: nginx:stable
126126
ports:
127127
- containerPort: 80
128128
name: http-web-svc

0 commit comments

Comments
 (0)