Skip to content

Commit d9272cb

Browse files
committed
Update plex chart.
1 parent 5d33119 commit d9272cb

File tree

4 files changed

+16
-34
lines changed

4 files changed

+16
-34
lines changed

docs/index.yaml

+9-9
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ entries:
33
gohttpserver:
44
- apiVersion: v1
55
appVersion: latest
6-
created: "2020-04-26T20:02:34.44761+02:00"
6+
created: "2020-04-27T00:48:28.006584+02:00"
77
description: GoHttpServer
88
digest: 1ca503f321b2578255fb0444235796c14673d3c1ab0172272e1751d6f8f318f8
99
name: gohttpserver
@@ -13,18 +13,18 @@ entries:
1313
plex:
1414
- apiVersion: v2
1515
appVersion: 1.19.1.2645-ccb6eb67e
16-
created: "2020-04-26T20:02:34.451167+02:00"
16+
created: "2020-04-27T00:48:28.008067+02:00"
1717
description: Plex Media Server Helm chart that is based on plexinc/pms-docker
1818
Docker image.
19-
digest: 9cbe9106c451c86950c4057555c06bbc572babccde3b0b0bd6031d7fad41b26e
19+
digest: d51f1a7bf74255008ac36772d37d3c0a4c8d2b73fafc2c318f23ce85f4da6d73
2020
name: plex
2121
type: application
2222
urls:
2323
- https://utkuozdemir.org/helm-charts/plex-1.0.0.tgz
2424
version: 1.0.0
2525
- apiVersion: v1
2626
appVersion: 1.16.5.1554-1e5ff713d
27-
created: "2020-04-26T20:02:34.4488+02:00"
27+
created: "2020-04-27T00:48:28.007307+02:00"
2828
description: Plex
2929
digest: cf6cc48ea7f9666f65a34c21da073f2898f83f3897ba2aa0ca8579411bec238f
3030
name: plex
@@ -34,7 +34,7 @@ entries:
3434
transmission-exporter:
3535
- apiVersion: v1
3636
appVersion: 0.3.0
37-
created: "2020-04-26T20:02:34.452855+02:00"
37+
created: "2020-04-27T00:48:28.009135+02:00"
3838
description: Transmission Exporter
3939
digest: 630d16f2ecc11717d28743576cf6182a46122c98268df3fdac053ae95a2ac357
4040
name: transmission-exporter
@@ -43,7 +43,7 @@ entries:
4343
version: 1.0.0
4444
- apiVersion: v1
4545
appVersion: 0.3.0
46-
created: "2020-04-26T20:02:34.452297+02:00"
46+
created: "2020-04-27T00:48:28.008624+02:00"
4747
description: Transmission Exporter
4848
digest: 1ba9f2f6a6915b762efd3ff8c331920826b4d19b3db932da325c698138a7bede
4949
name: transmission-exporter
@@ -53,7 +53,7 @@ entries:
5353
transmission-openvpn:
5454
- apiVersion: v2
5555
appVersion: "2.12"
56-
created: "2020-04-26T20:02:34.458557+02:00"
56+
created: "2020-04-27T00:48:28.0104+02:00"
5757
description: Transmission + OpenVPN chart based on haugene/transmission-openvpn
5858
image
5959
digest: 20b539ab3202a35a4276f9d0e9e1a88b75f81b2d2d7387d9b0acbf2ba1bea3e7
@@ -64,11 +64,11 @@ entries:
6464
version: 1.0.0
6565
- apiVersion: v1
6666
appVersion: "2.7"
67-
created: "2020-04-26T20:02:34.454942+02:00"
67+
created: "2020-04-27T00:48:28.009738+02:00"
6868
description: Transmission + OpenVPN
6969
digest: 41fcc45a6c5dbaeba39c550d4ee0c23b840e460e9626e1b45559db0d1c3ec0a6
7070
name: transmission-openvpn
7171
urls:
7272
- https://utkuozdemir.org/helm-charts/transmission-openvpn-0.1.0.tgz
7373
version: 0.1.0
74-
generated: "2020-04-26T20:02:34.446345+02:00"
74+
generated: "2020-04-27T00:48:28.00573+02:00"

docs/plex-1.0.0.tgz

-43 Bytes
Binary file not shown.

plex/templates/statefulset.yaml

+3-24
Original file line numberDiff line numberDiff line change
@@ -43,30 +43,9 @@ spec:
4343
- name: plex
4444
containerPort: 32400
4545
protocol: TCP
46-
- containerPort: 3005
47-
hostPort: 3005
48-
protocol: TCP
49-
- containerPort: 8324
50-
hostPort: 8324
51-
protocol: TCP
52-
- containerPort: 32469
53-
hostPort: 32469
54-
protocol: TCP
55-
- containerPort: 1900
56-
hostPort: 1900
57-
protocol: UDP
58-
- containerPort: 32410
59-
hostPort: 32410
60-
protocol: UDP
61-
- containerPort: 32412
62-
hostPort: 32412
63-
protocol: UDP
64-
- containerPort: 32413
65-
hostPort: 32413
66-
protocol: UDP
67-
- containerPort: 32414
68-
hostPort: 32414
69-
protocol: UDP
46+
{{- if and .Values.plex.hostPort.enabled }}
47+
hostPort: {{ .Values.plex.hostPort.port }}
48+
{{- end }}
7049
readinessProbe:
7150
httpGet:
7251
path: /web/index.html

plex/values.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,10 @@ tolerations: []
102102
affinity: {}
103103

104104
# see the explanation for the parameters: https://github.com/plexinc/pms-docker#parameters
105-
plex: {}
105+
plex:
106+
hostPort:
107+
enabled: false
108+
port: 32400
106109
# see https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
107110
# timezone: UTC
108111
# claim:

0 commit comments

Comments
 (0)