Skip to content

Commit

Permalink
linting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kempspo committed Jun 9, 2024
1 parent d242278 commit 8a9325a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 13 deletions.
17 changes: 5 additions & 12 deletions charts/trino/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -608,20 +608,13 @@ Fast distributed SQL query engine for big data analytics that helps you explore
* `jmx.enabled` - bool, default: `false`
* `jmx.registryPort` - int, default: `9080`
* `jmx.serverPort` - int, default: `9081`

* `serviceMonitor.enabled` - bool, default: `false`
* `serviceMonitor.image` - string, default: `bitnami/jmx-exporter:latest`
* `serviceMonitor.pullPolicy` - string, default `Always`
* `serviceMonitor.image` - string, default: `"bitnami/jmx-exporter:latest"`
* `serviceMonitor.pullPolicy` - string, default: `"Always"`
* `serviceMonitor.port` - int, default: `5556`
* `serviceMonitor.selector` - list, default: `[]`
Example:
```yaml
- prometheus: kube-prometheus
```
* `serviceMonitor.path` - string, default: `/admin/metrics`
* `serviceMonitor.interval` - string, default: `30s`


* `serviceMonitor.selector.prometheus` - string, default: `"kube-prometheus"`
* `serviceMonitor.path` - string, default: `"/admin/metrics"`
* `serviceMonitor.interval` - string, default: `"30s"`
* `commonLabels` - object, default: `{}`

Labels that get applied to every resource's metadata
Expand Down
2 changes: 1 addition & 1 deletion charts/trino/templates/servicemonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ spec:
- port: jmx
path: {{ .Values.serviceMonitor.path }}
interval: {{ .Values.serviceMonitor.interval }}
{{- end }}
{{- end }}

0 comments on commit 8a9325a

Please sign in to comment.