Skip to content

Commit

Permalink
add new line to values.yaml and update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zhukov-d-man committed Aug 5, 2024
1 parent 1b2d6ab commit 1b34721
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions charts/search-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,13 @@ See the [documentation](https://docs.2gis.com/en/on-premise/search) to learn abo
| `nginx.resources.limits.cpu` | A CPU limit, e.g., `100m` | |
| `nginx.resources.limits.memory` | A memory limit, e.g., `128Mi` | |

### customCAs **Custom Certificate Authority**

| Name | Description | Value |
| --------------------- | --------------------------------------------------------------------------------------------------------------------------- | ----- |
| `customCAs.bundle` | Custom CA [text representation of the X.509 PEM public-key certificate](https://www.rfc-editor.org/rfc/rfc7468#section-5.1) | `""` |
| `customCAs.certsPath` | Custom CA bundle mount directory in the container. | `""` |


## Maintainers

Expand Down
2 changes: 1 addition & 1 deletion charts/search-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -201,4 +201,4 @@ customCAs:
# -----BEGIN CERTIFICATE-----
# ...
# -----END CERTIFICATE-----
certsPath: ''
certsPath: ''

0 comments on commit 1b34721

Please sign in to comment.