Skip to content

Commit

Permalink
Merge pull request #91 from it-at-m/feat-openshift-servicemonitor
Browse files Browse the repository at this point in the history
[charts/metabase] Add documentation for monitoring.serviceMonitor.enabled
  • Loading branch information
pmint93 authored Dec 16, 2023
2 parents de574cd + 38a665a commit 57c7dd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/metabase/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description:
The easy, open source way for everyone in your company to ask questions
and learn from data.
name: metabase
version: 2.10.2
version: 2.10.3
appVersion: v0.47.2
maintainers:
- name: pmint93
Expand Down
1 change: 1 addition & 0 deletions charts/metabase/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ The following table lists the configurable parameters of the Metabase chart and
| listen.port | Listening on a specific network port | 3000 |
| monitoring.enabled | Enable prometheus endpoint | false |
| monitoring.port | Listening port for prometheus endpoint | 9191 |
| monitoring.serviceMonitor.enabled | Enable ServiceMonitor resource for prometheus scraping | false |
| ssl.enabled | Enable SSL to run over HTTPS | false |
| ssl.port | SSL port | null |
| ssl.keyStore | The key store in JKS format | null |
Expand Down

0 comments on commit 57c7dd5

Please sign in to comment.