Fix identation
This commit is contained in:
parent
3ed6019f9f
commit
db12b517c9
2 changed files with 2 additions and 2 deletions
|
@ -199,7 +199,7 @@ http {
|
|||
default $scheme;
|
||||
}
|
||||
map $http_x_forwarded_port $pass_server_port {
|
||||
default $server_port;
|
||||
default $server_port;
|
||||
}
|
||||
|
||||
{{ end }}
|
||||
|
|
|
@ -101,7 +101,7 @@ spec:
|
|||
spec:
|
||||
terminationGracePeriodSeconds: 60
|
||||
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
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
|
|
Loading…
Reference in a new issue