Skip to content

Commit

Permalink
📝 (plex): Add example media persistence values
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Apr 5, 2023
1 parent 3631a98 commit 49ec001
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/plex/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ sources:
- https://plex.tv
annotations:
artifacthub.io/changes: |-
- kind: added
description: Add example media persistence values
- kind: fixed
description: Fix copy-paste error
artifacthub.io/links: |-
Expand Down
1 change: 1 addition & 0 deletions charts/plex/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ Hardware acceleration using an Intel iGPU with QuickSync requires the GPU plugin
| image.tag | string | `"version-1.31.3.6868-28fc46b27"` | image tag |
| ingress.main | object | See [values.yaml](./values.yaml) | Enable and configure ingress settings for the chart under this key. |
| persistence.config | object | See [values.yaml](./values.yaml) | Configure persistence settings for the chart under this key. |
| persistence.media | object | See [values.yaml](./values.yaml) | Configure media volume under this key (or under `tv` and `movies`, etc). |
| service.main | object | See [values.yaml](./values.yaml) | Configures HTTP service settings for the chart. |

---
Expand Down
7 changes: 7 additions & 0 deletions charts/plex/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,10 @@ persistence:
# storageClass: ""
# accessMode: ReadWriteOnce
# size: 1Gi
# -- Configure media volume under this key (or under `tv` and `movies`, etc).
# @default -- See [values.yaml](./values.yaml)
media:
enabled: false
# type: nfs
# server:
# path:

0 comments on commit 49ec001

Please sign in to comment.