Update Nginx Ingress defaultbackend from 1.0 to 1.4

* https://github.com/kubernetes/ingress-nginx/pull/1568
This commit is contained in:
Dalton Hubble 2017-10-25 22:16:23 -07:00
parent b608f9c615
commit 3727c40c6c
3 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ spec:
# Any image is permissable as long as:
# 1. It serves a 404 page at /
# 2. It serves 200 on a /healthz endpoint
image: gcr.io/google_containers/defaultbackend:1.0
image: gcr.io/google_containers/defaultbackend:1.4
ports:
- containerPort: 8080
resources:

View File

@ -16,7 +16,7 @@ spec:
# Any image is permissable as long as:
# 1. It serves a 404 page at /
# 2. It serves 200 on a /healthz endpoint
image: gcr.io/google_containers/defaultbackend:1.0
image: gcr.io/google_containers/defaultbackend:1.4
ports:
- containerPort: 8080
resources:

View File

@ -16,7 +16,7 @@ spec:
# Any image is permissable as long as:
# 1. It serves a 404 page at /
# 2. It serves 200 on a /healthz endpoint
image: gcr.io/google_containers/defaultbackend:1.0
image: gcr.io/google_containers/defaultbackend:1.4
ports:
- containerPort: 8080
resources: