Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add missing image option #53

Merged
merged 2 commits into from
Dec 11, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ letting some customization to fit the resource inside your cluster.
| plex.claim | **IMPORTANT** Token from your account, needed to claim the server | CHANGEME |
| plex.replicaCount | Number of replicas serving plex | 1 |
| plex.container.port | The port in use by the container | 32400 |
| plex.container.image | The image used by the container | docker.io/linuxserver/plex |
| plex.container.tag | The tag used by the container | null |
| plex.service.type | The kind of Service (ClusterIP/NodePort/LoadBalancer) | ClusterIP |
| plex.service.port | The port assigned to the service | 32400 |
Expand All @@ -152,6 +153,7 @@ letting some customization to fit the resource inside your cluster.
|---------------------------------------------|----------------------------------------------------------------------------------------------------------------|-----------|
| sonarr.enabled | Flag if you want to enable sonarr | true |
| sonarr.container.port | The port in use by the container | 8989 |
| sonarr.container.image | The image used by the container | docker.io/linuxserver/sonarr |
| sonarr.container.tag | The tag used by the container | null |
| sonarr.service.type | The kind of Service (ClusterIP/NodePort/LoadBalancer) | ClusterIP |
| sonarr.service.port | The port assigned to the service | 8989 |
Expand All @@ -172,6 +174,7 @@ letting some customization to fit the resource inside your cluster.
|---------------------------------------------|----------------------------------------------------------------------------------------------------------------|-----------|
| radarr.enabled | Flag if you want to enable radarr | true |
| radarr.container.port | The port in use by the container | 7878 |
| radarr.container.image | The image used by the container | docker.io/linuxserver/radarr |
| radarr.container.tag | The tag used by the container | null |
| radarr.service.type | The kind of Service (ClusterIP/NodePort/LoadBalancer) | ClusterIP |
| radarr.service.port | The port assigned to the service | 7878 |
Expand All @@ -192,6 +195,7 @@ letting some customization to fit the resource inside your cluster.
|---------------------------------------------|-----------------------------------------------------------------------------------------------------------------|-----------|
| jackett.enabled | Flag if you want to enable jackett | true |
| jackett.container.port | The port in use by the container | 9117 |
| jackett.container.image | The image used by the container | docker.io/linuxserver/jackett |
| jackett.container.tag | The tag used by the container | null |
| jackett.service.type | The kind of Service (ClusterIP/NodePort/LoadBalancer) | ClusterIP |
| jackett.service.port | The port assigned to the service | 9117 |
Expand All @@ -212,6 +216,7 @@ letting some customization to fit the resource inside your cluster.
|-----------------------------------------------|-----------------------------------------------------------------------------------------------------------------|-----------|
| prowlarr.enabled | Flag if you want to enable prowlarr | true |
| prowlarr.container.port | The port in use by the container | 9117 |
| prowlarr.container.image | The image used by the container | docker.io/linuxserver/prowlarr |
| prowlarr.container.tag | The tag used by the container | develop |
| prowlarr.service.type | The kind of Service (ClusterIP/NodePort/LoadBalancer) | ClusterIP |
| prowlarr.service.port | The port assigned to the service | 9117 |
Expand All @@ -233,6 +238,7 @@ letting some customization to fit the resource inside your cluster.
| transmission.enabled | Flag if you want to enable transmission | true |
| transmission.container.port.utp | The port in use by the container | 9091 |
| transmission.container.port.peer | The port in use by the container for peer connection | 51413 |
| transmission.container.image | The image used by the container | docker.io/linuxserver/transmission |
| transmission.container.tag | The tag used by the container | null |
| transmission.service.utp.type | The kind of Service (ClusterIP/NodePort/LoadBalancer) for transmission itself | ClusterIP |
| transmission.service.utp.port | The port assigned to the service for transmission itself | 9091 |
Expand Down Expand Up @@ -262,6 +268,7 @@ letting some customization to fit the resource inside your cluster.
| sabnzbd.enabled | Flag if you want to enable sabnzbd | true |
| sabnzbd.container.port.http | The port in use by the container | 8080 |
| sabnzbd.container.port.https | The port in use by the container for peer connection | 9090 |
| sabnzbd.container.image | The image used by the container | docker.io/linuxserver/sabnzbd |
| sabnzbd.container.tag | The tag used by the container | null |
| sabnzbd.service.http.type | The kind of Service (ClusterIP/NodePort/LoadBalancer) for sabnzbd itself | ClusterIP |
| sabnzbd.service.http.port | The port assigned to the service for sabnzbd itself | 9091 |
Expand Down