This commit is contained in:
xi Wang 2017-05-31 08:11:01 +00:00 committed by GitHub
commit a3462251c6
2 changed files with 2 additions and 0 deletions

View file

@ -15,6 +15,7 @@ spec:
prometheus.io/scrape: 'true' prometheus.io/scrape: 'true'
spec: spec:
terminationGracePeriodSeconds: 60 terminationGracePeriodSeconds: 60
hostNetwork: true
containers: containers:
- image: gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.7 - image: gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.7
name: nginx-ingress-lb name: nginx-ingress-lb

View file

@ -21,6 +21,7 @@ spec:
# like with kubeadm # like with kubeadm
# hostNetwork: true # hostNetwork: true
terminationGracePeriodSeconds: 60 terminationGracePeriodSeconds: 60
hostNetwork: true
containers: containers:
- image: gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.7 - image: gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.7
name: nginx-ingress-controller name: nginx-ingress-controller