Fix identation

This commit is contained in:
Manuel de Brito Fontes 2017-09-29 09:17:55 -03:00
parent 3ed6019f9f
commit db12b517c9
2 changed files with 2 additions and 2 deletions

View file

@ -199,7 +199,7 @@ http {
default $scheme; default $scheme;
} }
map $http_x_forwarded_port $pass_server_port { map $http_x_forwarded_port $pass_server_port {
default $server_port; default $server_port;
} }
{{ end }} {{ end }}

View file

@ -101,7 +101,7 @@ spec:
spec: spec:
terminationGracePeriodSeconds: 60 terminationGracePeriodSeconds: 60
containers: containers:
- image: gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.13 - image: quay.io/aledbf/nginx-ingress-controller:0.241
name: ingress-nginx name: ingress-nginx
imagePullPolicy: Always imagePullPolicy: Always
ports: ports: