You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| nginx.config.errorLogLevel | string |`"error"`| Sets the log level of the NGINX error log. One of `debug`, `info`, `notice`, `warn`, `error`, `crit`, `alert`, or `emerg`|
39
-
| nginx.config.file | string | See below | Config file contents for Nginx. Passed through the `tpl` function to allow templating. |
40
-
| nginx.config.httpSnippet | string |`""`| Allows appending custom configuration to the http block |
| nginx.config.file | string | See below | Config file contents for Nginx. Passed through the `tpl` function to allow templating. !! Moved into separate template at `templates/nginx/configmap.yaml`|
39
+
| nginx.config.httpDirectives | object |`{}`| Allows appending custom directives to the http block (map) |
40
+
| nginx.config.httpSnippet | string |`""`| Allows appending custom configuration to the http block (string) |
41
+
| nginx.config.locationDirectives | object |`{}`| Allows appending custom directives to the location blocks (map) |
42
+
| nginx.config.locationSnippet | string |`""`| Allows appending custom configuration to the location blocks (string) |
| nginx.config.resolver | string |`nil`| Allows to set a custom resolver |
44
-
| nginx.config.serverSnippet | string |`""`| Allows appending custom configuration to the server block |
45
-
| nginx.config.verboseLogging | bool |`true`| Enable logging of 2xx and 3xx HTTP requests |
46
+
| nginx.config.serverDirectives | object |`{}`| Allows appending custom directives to the server block (map) |
47
+
| nginx.config.serverSnippet | string |`""`| Allows appending custom configuration to the server block (string) |
48
+
| nginx.config.verboseLogging | bool |`false`| Enable logging of 2xx and 3xx HTTP requests |
49
+
| nginx.config.workerConnections | string |`"16384"`| Sets the maximum number of simultaneous connections that can be opened by a worker process. |
50
+
| nginx.config.workerProcesses | string |`"8"`| Defines the number of worker processes. |
51
+
| nginx.config.workerRlimitNofile | string |`"1047552"`| Changes the limit on the largest size of a core file (RLIMIT_CORE) for worker processes. Used to increase the limit without restarting the main process. |
46
52
| pdb | object | See below | PDB parameters |
47
53
| podAnnotations | object | See below | Pod annotations |
48
54
| podSecurityContext | object | See below | Pod Security Context parameters |
0 commit comments