Commit 44f65449 authored by zouyee's avatar zouyee

Update defaultbackend image to 1.4 and deployment apiVersion to apps/v1

parent afbbd394
apiVersion: extensions/v1beta1 apiVersion: apps/v1
kind: Deployment kind: Deployment
metadata: metadata:
name: l7-default-backend name: l7-default-backend
...@@ -24,7 +24,7 @@ spec: ...@@ -24,7 +24,7 @@ spec:
# Any image is permissible as long as: # Any image is permissible 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.3 image: gcr.io/google_containers/defaultbackend:1.4
livenessProbe: livenessProbe:
httpGet: httpGet:
path: /healthz path: /healthz
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment