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;
|
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 }}
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue