Merge pull request #1568 from zouyee/cluster-loadbalancing

update defaultbackend tag
This commit is contained in:
Manuel Alejandro de Brito Fontes 2017-10-24 14:59:24 -03:00 committed by GitHub
commit 0dab51d9eb
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ spec:
# Any image is permissable as long as: # Any image is permissable as long as:
# 1. It serves a 404 page at / # 1. It serves a 404 page at /
# 2. It serves 200 on a /healthz endpoint # 2. It serves 200 on a /healthz endpoint
image: gcr.io/google_containers/defaultbackend:1.0 image: gcr.io/google_containers/defaultbackend:1.4
livenessProbe: livenessProbe:
httpGet: httpGet:
path: /healthz path: /healthz

View file

@ -15,7 +15,7 @@ spec:
terminationGracePeriodSeconds: 60 terminationGracePeriodSeconds: 60
containers: containers:
- name: default-http-backend - name: default-http-backend
image: gcr.io/google_containers/defaultbackend:1.0 image: gcr.io/google_containers/defaultbackend:1.4
livenessProbe: livenessProbe:
httpGet: httpGet:
path: /healthz path: /healthz