mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-08 16:30:57 -04:00
The l7-default-backend/defult-http-backend now points to a new version of the 404-server-with-metrics.
Uses new container registry: gcr.io/google-container with the new version for the ingress-gce-404-server-with-metrics-amd64:v1.10.11
This commit is contained in:
parent
0eea524c28
commit
a15bc5954c
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ spec:
|
|||
# Any image is permissible as long as:
|
||||
# 1. It serves a 404 page at /
|
||||
# 2. It serves 200 on a /healthz endpoint
|
||||
image: k8s.gcr.io/ingress-gce-404-server-with-metrics-amd64:v1.6.0
|
||||
image: gcr.io/google-containers/ingress-gce-404-server-with-metrics-amd64:v1.10.11
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /healthz
|
||||
|
|
|
|||
Loading…
Reference in a new issue