mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-24 07:59:02 +00:00
[plex] add hostNetwork option (#264)
* add hostNetwork for Plex * Update Chart.yaml
This commit is contained in:
parent
ac2f8c0da7
commit
2780dae688
@ -2,7 +2,7 @@ apiVersion: v1
|
|||||||
appVersion: 1.19.1.2645-ccb6eb67e
|
appVersion: 1.19.1.2645-ccb6eb67e
|
||||||
description: Plex Media Server
|
description: Plex Media Server
|
||||||
name: plex
|
name: plex
|
||||||
version: 1.3.2
|
version: 1.4.0
|
||||||
keywords:
|
keywords:
|
||||||
- plex
|
- plex
|
||||||
home: https://plex.tv/
|
home: https://plex.tv/
|
||||||
|
@ -32,6 +32,10 @@ spec:
|
|||||||
{{- with .Values.imagePullSecrets }}
|
{{- with .Values.imagePullSecrets }}
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
{{- toYaml . | nindent 8 }}
|
{{- toYaml . | nindent 8 }}
|
||||||
|
{{- end }}
|
||||||
|
{{- if .Values.hostNetwork }}
|
||||||
|
hostNetwork: {{ .Values.hostNetwork }}
|
||||||
|
dnsPolicy: ClusterFirstWithHostNet
|
||||||
{{- end }}
|
{{- end }}
|
||||||
securityContext:
|
securityContext:
|
||||||
{{- toYaml .Values.podSecurityContext | nindent 8 }}
|
{{- toYaml .Values.podSecurityContext | nindent 8 }}
|
||||||
|
@ -139,6 +139,8 @@ plexPreferences:
|
|||||||
mountPath: /etc/cont-init.d/41-plex-preferences
|
mountPath: /etc/cont-init.d/41-plex-preferences
|
||||||
subPath: 41-plex-preferences
|
subPath: 41-plex-preferences
|
||||||
|
|
||||||
|
hostNetwork: false
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
transcode:
|
transcode:
|
||||||
# We want to enable a transcode pvc
|
# We want to enable a transcode pvc
|
||||||
|
Loading…
Reference in New Issue
Block a user