Skip to content

Commit

Permalink
Sync READMEs from main
Browse files Browse the repository at this point in the history
Signed-off-by: GITHUB_ACTOR <[email protected]>
  • Loading branch information
nineinchnick committed Sep 9, 2024
1 parent 7a691f8 commit d607076
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions charts/trino/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -664,6 +664,18 @@ Fast distributed SQL query engine for big data analytics that helps you explore
help: 'ThreadCount (java.lang<type=Threading><>ThreadCount)'
type: UNTYPED
* `jmx.exporter.securityContext` - object, default: `{}`
* `jmx.exporter.resources` - object, default: `{}`

It is recommended not to specify default resources and to leave this as a conscious choice for the user. This also increases chances charts run on environments with little resources, such as Minikube. If you do want to specify resources, use the following example, and adjust it as necessary.
Example:
```yaml
limits:
cpu: 100m
memory: 128Mi
requests:
cpu: 100m
memory: 128Mi
```
* `serviceMonitor.enabled` - bool, default: `false`

Set to true to create resources for the [prometheus-operator](https://github.com/prometheus-operator/prometheus-operator).
Expand Down

0 comments on commit d607076

Please sign in to comment.