Removed tabs and one extra-space (#7426)

This commit is contained in:
Long Wu Yuan 2021-08-03 22:48:48 +05:30 committed by GitHub
parent 499ed16cc8
commit 3a1ab7c644
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,7 +38,7 @@ metadata:
namespace: ingress-nginx
data:
http-snippet: |
server {
server{
listen 2443;
return 308 https://$host$request_uri;
}