Skip to content

Commit 99aef35

Browse files
committed
internal-gateway: update docs
1 parent 0024c77 commit 99aef35

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

charts/internal-gateway/README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# internal-gateway
22

3-
![Version: 0.9.0](https://img.shields.io/badge/Version-0.9.0-informational?style=flat-square) ![AppVersion: v0.0.0](https://img.shields.io/badge/AppVersion-v0.0.0-informational?style=flat-square)
3+
![Version: 0.10.0](https://img.shields.io/badge/Version-0.10.0-informational?style=flat-square) ![AppVersion: v0.0.0](https://img.shields.io/badge/AppVersion-v0.0.0-informational?style=flat-square)
44

55
A Helm chart for Codefresh Internal Gateway
66

@@ -16,7 +16,7 @@ A Helm chart for Codefresh Internal Gateway
1616

1717
| Repository | Name | Version |
1818
|------------|------|---------|
19-
| oci://quay.io/codefresh/charts | cf-common | 0.16.0 |
19+
| oci://quay.io/codefresh/charts | cf-common | 0.21.0 |
2020

2121
## Values
2222

@@ -33,7 +33,8 @@ A Helm chart for Codefresh Internal Gateway
3333
| global.dnsService | string | `"kube-dns"` | configures DNS service name |
3434
| hpa | object | See below | HPA parameters |
3535
| ingress | object | See below | Ingress parameters |
36-
| libraryMode | bool | `true` | |
36+
| keda.enabled | bool | `false` | |
37+
| libraryMode | bool | `false` | |
3738
| nginx.config.accessLogEnabled | bool | `true` | Enables NGINX access logs |
3839
| 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` |
3940
| 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` |
@@ -44,12 +45,15 @@ A Helm chart for Codefresh Internal Gateway
4445
| nginx.config.locations | object | `{}` | Allow add custom locations |
4546
| nginx.config.logFormat | string | `"main escape=json '{ \"time\": \"$time_iso8601\", \"remote_addr\": \"$proxy_protocol_addr\", \"x-forward-for\": \"$proxy_add_x_forwarded_for\", \"remote_user\": \"$remote_user\", \"bytes_sent\": $bytes_sent, \"request_time\": $request_time, \"status\": $status, \"vhost\": \"$host\", \"request_proto\": \"$server_protocol\", \"path\": \"$uri\", \"request_query\": \"$args\", \"request_length\": $request_length, \"duration\": $request_time, \"method\": \"$request_method\", \"http_referrer\": \"$http_referer\", \"http_user_agent\": \"$http_user_agent\", \"http_x_github_delivery\": \"$http_x_github_delivery\", \"http_x_hook_uuid\": \"$http_x_hook_uuid\", \"metadata\": { \"correlationId\": \"$request_id\", \"service\": \"ingress\", \"time\": \"$time_iso8601\" } }';"` | NGINX log format |
4647
| nginx.config.resolver | string | `nil` | Allows to set a custom resolver |
48+
| nginx.config.rootDirectives | object | `{"load_module":"modules/ngx_http_js_module.so"}` | Allows appending custom directives to the root block (map) |
49+
| nginx.config.rootSnippet | string | `""` | Allows appending custom directives to the root block (map) |
4750
| nginx.config.serverDirectives | object | `{}` | Allows appending custom directives to the server block (map) |
4851
| nginx.config.serverSnippet | string | `""` | Allows appending custom configuration to the server block (string) |
4952
| nginx.config.verboseLogging | bool | `false` | Enable logging of 2xx and 3xx HTTP requests |
5053
| nginx.config.workerConnections | string | `"16384"` | Sets the maximum number of simultaneous connections that can be opened by a worker process. |
5154
| nginx.config.workerProcesses | string | `"8"` | Defines the number of worker processes. |
5255
| 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. |
56+
| nginx.scriptFilesPatterns[0] | string | `"files/njs/**"` | |
5357
| pdb | object | See below | PDB parameters |
5458
| podAnnotations | object | See below | Pod annotations |
5559
| podSecurityContext | object | See below | Pod Security Context parameters |

0 commit comments

Comments
 (0)