Fix: Update service.md (nginx image not found)

I fixed an imagepulling error in the service.md example on the website. nginx:11.14.2 is no longer on Nginx docker hub:  https://hub.docker.com/_/nginx?tab=tags&page=1&name=11.14.2 so I changed the image tag to the latest. please let me know if the latest tag is not the right image to use or if I'm wrong.
This commit is contained in:
Adeniyi Stephen Oluwatola
2022-05-17 13:17:47 +01:00
committed by GitHub
parent 3250db2084
commit f40b3c25d6
@@ -122,7 +122,7 @@ metadata:
spec: spec:
containers: containers:
- name: nginx - name: nginx
image: nginx:11.14.2 image: nginx:latest
ports: ports:
- containerPort: 80 - containerPort: 80
name: http-web-svc name: http-web-svc