Skip to content

Commit 4a7f3a7

Browse files
committed
docs: update readme
1 parent 1d7f291 commit 4a7f3a7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

charts/plex-media-server/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@ Before contributing, please read the [Code of Conduct](../../CODE_OF_CONDUCT.md)
111111
| fullnameOverride | string | `""` | |
112112
| global.imageRegistry | string | `""` | Allow parent charts to override registry hostname |
113113
| hostNetwork | bool | `false` | Set to true to run the Pod in the host's network namespace. This may be required for specific networking setups or accessing local resources. |
114+
| httpRoute.annotations | object | `{}` | Custom annotations to put on the HTTPRoute resource |
115+
| httpRoute.enabled | bool | `false` | Specify if an HTTPRoute resource for the pms server should be created or not |
116+
| httpRoute.hostnames | list | `[]` | Hostnames to match for the HTTPRoute |
117+
| httpRoute.parentRefs | list | `[]` | Gateway API parent references (required when enabled) |
114118
| image | object | `{"pullPolicy":"IfNotPresent","registry":"index.docker.io","repository":"plexinc/pms-docker","sha":"","tag":"1.42.2.10156-f737b826c"}` | The docker image information for the pms application |
115119
| image.registry | string | `"index.docker.io"` | The public dockerhub registry |
116120
| imagePullSecrets | list | `[]` | |

0 commit comments

Comments
 (0)