ps-19 commented on issue #1738:
URL:
https://github.com/apache/apisix-ingress-controller/issues/1738#issuecomment-1490346063
Use the `stream_timeout` option to configure Apisix to send the SMTP Service
response after the connection is established.
_Default value of stream_timeout is 10 sec._
```
gateway:
type: LoadBalancer
tls:
enabled: true
sslProtocols: "TLSv1 TLSv1.1 TLSv1.2"
stream:
enabled: true
tcp:
- 2525
timeout: 2
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]