Skip to content

Commit 3bbc98b

Browse files
committed
fix(plex): Disabling hostPort
1 parent 56024a3 commit 3bbc98b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

kubernetes/media/plex/values.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,19 @@ image:
55
ports:
66
- name: main
77
containerPort: 32400
8-
hostPort: 32400
98
- name: roku
109
containerPort: 8324
11-
hostPort: 8324
1210
- name: gdm-32410
1311
containerPort: 32410
14-
hostPort: 32410
1512
protocol: UDP
1613
- name: gdm-32412
1714
containerPort: 32412
18-
hostPort: 32412
1915
protocol: UDP
2016
- name: gdm-32413
2117
containerPort: 32413
22-
hostPort: 32413
2318
protocol: UDP
2419
- name: gdm-32414
2520
containerPort: 32414
26-
hostPort: 32414
2721
protocol: UDP
2822

2923
health:

0 commit comments

Comments
 (0)