mirror of
https://github.com/jlengrand/engine.git
synced 2026-03-10 08:11:21 +00:00
Increase DO timeout for nginx ingress: lb take times (#590)
This commit is contained in:
committed by
GitHub
parent
a819ec53c2
commit
46cf668b1d
@@ -649,7 +649,7 @@ datasources:
|
||||
path: chart_path("common/charts/ingress-nginx"),
|
||||
namespace: HelmChartNamespaces::NginxIngress,
|
||||
// Because of NLB, svc can take some time to start
|
||||
timeout_in_seconds: 300,
|
||||
timeout_in_seconds: 800,
|
||||
values_files: vec![chart_path("chart_values/nginx-ingress.yaml")],
|
||||
values: vec![
|
||||
// Controller resources limits
|
||||
|
||||
Reference in New Issue
Block a user