plex without hostnetwork

This commit is contained in:
2025-01-26 15:57:49 +01:00
parent 178582251a
commit c257abb24f
4 changed files with 17 additions and 12 deletions

View File

@ -18,8 +18,7 @@ spec:
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
hostNetwork: true
dnsPolicy: ClusterFirstWithHostNet
dnsPolicy: ClusterFirst
securityContext:
{{- toYaml .Values.podSecurityContext | nindent 8 }}
containers:

View File

@ -26,7 +26,7 @@ securityContext:
- NET_ADMIN
service:
type: ClusterIP
type: NodePort
port: 32400
# Additional ports for Plex
additional:
@ -48,6 +48,12 @@ service:
- name: gdm4
port: 32414
protocol: UDP
- name: http-alt
port: 32401
protocol: TCP
- name: bonjour
port: 5353
protocol: UDP
# Environment variables
env: