mirror of
https://github.com/nikdoof/helm-charts.git
synced 2025-12-24 07:09:30 +00:00
[plex-exporter] Add support for token and autodiscovery (#30)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# plex-exporter
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
A prometheus exporter for Plex Media Server
|
||||
|
||||
@@ -56,7 +56,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
|
||||
|
||||
```console
|
||||
helm install plex-exporter \
|
||||
--set plex.server="http://192.168.1.1:32400"\
|
||||
--set plex.token="000000"\
|
||||
nikdoof-helm-charts/plex-exporter
|
||||
```
|
||||
|
||||
@@ -68,7 +68,7 @@ helm install plex-exporter nikdoof-helm-charts/plex-exporter -f values.yaml
|
||||
|
||||
## Custom configuration
|
||||
|
||||
N/A
|
||||
Your Plex token can either be passed as a value in values.yml, or you can provide a environment variable of `PLEX_TOKEN` or `TOKEN` by a method of your choice.
|
||||
|
||||
## Values
|
||||
|
||||
@@ -87,7 +87,9 @@ N/A
|
||||
| metrics.serviceMonitor.interval | string | `"1m"` | |
|
||||
| metrics.serviceMonitor.labels | object | `{}` | |
|
||||
| metrics.serviceMonitor.scrapeTimeout | string | `"30s"` | |
|
||||
| plex.server | string | `nil` | Server address of your Plex server, as a URL, including the port |
|
||||
| plex.autodiscover | bool | `true` | Enable autodiscover using plex.tv |
|
||||
| plex.server | string | `nil` | Manual server address of your Plex server, as a URL, including the port |
|
||||
| plex.token | string | `nil` | Authentication token to connect to your Plex instance |
|
||||
| service | object | See values.yaml | Configures service settings for the chart. |
|
||||
|
||||
## Changelog
|
||||
|
||||
Reference in New Issue
Block a user