Skip to content

Commit 335e79d

Browse files
authored
Merge pull request #33881 from harshitasao/issue-33539
Fix invalid nginx version
2 parents 052b495 + f91d7e3 commit 335e79d

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:11.14.2
125+
image: nginx:1.14.2
126126
ports:
127127
- containerPort: 80
128128
name: http-web-svc

0 commit comments

Comments
 (0)