We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 189074d commit 6d2607bCopy full SHA for 6d2607b
1 file changed
pkg/proxy/nginx/config.go
@@ -42,10 +42,12 @@ var (
42
43
// managedConfig is fully controlled by CPS. we should delete these from configmap if they are not specified.
44
managedConfig = map[string]string{
45
- "proxy-buffer-size": "",
46
- "proxy-buffers-number": "",
47
- "limit-conn-zone-variable": "",
48
- "whitelist-source-range": "",
+ "proxy-buffer-size": "",
+ "proxy-buffers-number": "",
+ "limit-conn-zone-variable": "",
+ "proxy-read-timeout": "",
49
+ "proxy-send-timeout": "",
50
+ "upstream-keepalive-timeout": "",
51
}
52
53
annotationExternalConfigMaps = "external-configs"
0 commit comments