diff --git a/deploy/static/provider/aws/deploy-tls-termination.yaml b/deploy/static/provider/aws/deploy-tls-termination.yaml index bf442df89..3085270d8 100644 --- a/deploy/static/provider/aws/deploy-tls-termination.yaml +++ b/deploy/static/provider/aws/deploy-tls-termination.yaml @@ -37,7 +37,7 @@ metadata: name: ingress-nginx-controller namespace: ingress-nginx data: - http-snippet:| + http-snippet: | server{ listen 2443; return 308 https://$host$request_uri;