Merge 61098bc1c3
into a6bba68233
This commit is contained in:
commit
a3462251c6
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue