Merge pull request #126 from chentao1596/change-type-of-pull-images

change the type of imagePullPolicy
This commit is contained in:
Manuel Alejandro de Brito Fontes 2017-01-13 08:45:09 -03:00 committed by GitHub
commit 0743f7ccb5
2 changed files with 0 additions and 2 deletions

View file

@ -73,7 +73,6 @@ spec:
containers: containers:
- image: gcr.io/google_containers/nginx-ingress-controller:0.8.3 - image: gcr.io/google_containers/nginx-ingress-controller:0.8.3
name: nginx-ingress-controller name: nginx-ingress-controller
imagePullPolicy: Always
readinessProbe: readinessProbe:
httpGet: httpGet:
path: /healthz path: /healthz

View file

@ -21,7 +21,6 @@ spec:
containers: containers:
- image: gcr.io/google_containers/nginx-ingress-controller:0.8.3 - image: gcr.io/google_containers/nginx-ingress-controller:0.8.3
name: nginx-ingress-controller name: nginx-ingress-controller
imagePullPolicy: Always
readinessProbe: readinessProbe:
httpGet: httpGet:
path: /healthz path: /healthz