|
1 | 1 | # plex-media-server |
2 | 2 |
|
3 | | -   |
| 3 | +   |
4 | 4 |
|
5 | 5 | **Homepage:** <https://www.plex.tv> |
6 | 6 |
|
@@ -102,13 +102,15 @@ Before contributing, please read the [Code of Conduct](../../CODE_OF_CONDUCT.md) |
102 | 102 | | affinity | object | `{}` | | |
103 | 103 | | commonLabels | object | `{}` | Common Labels for all resources created by this chart. | |
104 | 104 | | dnsConfig | object | `{}` | Optional DNS configuration for the Pod | |
| 105 | +| dnsPolicy | string | `""` | Specifies the Pod's DNS policy. Default is typically 'ClusterFirst'. If 'hostNetwork: true' is used, you may need to set this to 'ClusterFirstWithHostNet'. Allowed values are ClusterFirst, Default, None, or ClusterFirstWithHostNet. | |
105 | 106 | | extraContainers | list | `[]` | | |
106 | 107 | | extraEnv | object | `{}` | | |
107 | 108 | | extraInitContainers | object | `{}` | | |
108 | 109 | | extraVolumeMounts | list | `[]` | Optionally specify additional volume mounts for the PMS and init containers. | |
109 | 110 | | extraVolumes | list | `[]` | Optionally specify additional volumes for the pod. | |
110 | 111 | | fullnameOverride | string | `""` | | |
111 | 112 | | global.imageRegistry | string | `""` | Allow parent charts to override registry hostname | |
| 113 | +| 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. | |
112 | 114 | | 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 | |
113 | 115 | | image.registry | string | `"index.docker.io"` | The public dockerhub registry | |
114 | 116 | | imagePullSecrets | list | `[]` | | |
|
0 commit comments