mirror of https://github.com/kubernetes/kops.git
Updated default backend to 1.3 and ingress controller to 0.9.0-beta.5
This commit is contained in:
parent
866f0752db
commit
4c05b1fa87
|
|
@ -45,7 +45,7 @@ spec:
|
|||
terminationGracePeriodSeconds: 60
|
||||
containers:
|
||||
- name: default-http-backend
|
||||
image: gcr.io/google_containers/defaultbackend:1.0
|
||||
image: gcr.io/google_containers/defaultbackend:1.3
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /healthz
|
||||
|
|
@ -125,7 +125,7 @@ spec:
|
|||
terminationGracePeriodSeconds: 60
|
||||
serviceAccountName: nginx-ingress-controller
|
||||
containers:
|
||||
- image: gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.5
|
||||
- image: gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.10
|
||||
name: nginx-ingress-controller
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
|
|
|
|||
Loading…
Reference in New Issue