update defaultbackend tag
This commit is contained in:
parent
5c01633a38
commit
db731c5a5d
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
# Build the default backend binary or image for amd64, arm, arm64 and ppc64le
|
# Build the default backend binary or image for amd64, arm, arm64 and ppc64le
|
||||||
#
|
#
|
||||||
# Usage:
|
# Usage:
|
||||||
# [PREFIX=gcr.io/google_containers/defaultbackend] [ARCH=amd64] [TAG=1.1] make (server|container|push)
|
# [PREFIX=gcr.io/google_containers/defaultbackend] [ARCH=amd64] [TAG=1.4] make (server|container|push)
|
||||||
|
|
||||||
|
|
||||||
all: push
|
all: push
|
||||||
|
|
Loading…
Reference in a new issue