File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
internal/controller/provisioner Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -89,4 +89,13 @@ collector:
89
89
"ngf":
90
90
receivers: ["host_metrics", "nginx_metrics"]
91
91
exporters: ["prometheus"]
92
- {{- end }}`
92
+ {{- end }}
93
+ data_plane_config:
94
+ nginx:
95
+ reload_backoff:
96
+ initial_interval: .5s
97
+ max_interval: 1.5s
98
+ max_elapsed_time: 3s
99
+ randomization_factor: 0.5
100
+ multiplier: .5
101
+ `
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ func DefaultTimeoutConfig() TimeoutConfig {
49
49
DeleteNamespaceTimeout : 150 * time .Second ,
50
50
GetTimeout : 10 * time .Second ,
51
51
ManifestFetchTimeout : 10 * time .Second ,
52
- RequestTimeout : 30 * time .Second ,
52
+ RequestTimeout : 10 * time .Second ,
53
53
ContainerRestartTimeout : 10 * time .Second ,
54
54
GetLeaderLeaseTimeout : 60 * time .Second ,
55
55
GetStatusTimeout : 60 * time .Second ,
You can’t perform that action at this time.
0 commit comments