Closed pcholakov closed 2 months ago
This change exposes two new config options on the SingleNodeRestateDeployment construct:
SingleNodeRestateDeployment
ingressProxyReadTimeout
ingressNginxConfigOverride
ingressNginxConfig
Fixes: #34
This change exposes two new config options on the
SingleNodeRestateDeployment
construct:ingressProxyReadTimeout
allows setting the read timeout for the bundled nginx reverse proxyingressNginxConfigOverride
allows the configuration to be completely overriddeningressNginxConfig
method can be overridden by subclassing the constructFixes: #34