Skip to content
This repository was archived by the owner on Oct 10, 2020. It is now read-only.

Commit ac2f8c0

Browse files
authored
[plex] fix port definition indentation (#262)
1 parent 41b52af commit ac2f8c0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/plex/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v1
22
appVersion: 1.19.1.2645-ccb6eb67e
33
description: Plex Media Server
44
name: plex
5-
version: 1.3.1
5+
version: 1.3.2
66
keywords:
77
- plex
88
home: https://plex.tv/

charts/plex/templates/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ spec:
6464
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
6565
imagePullPolicy: {{ .Values.image.pullPolicy }}
6666
ports:
67-
- name: pms
68-
containerPort: 32400
67+
- name: pms
68+
containerPort: 32400
6969
env:
7070
- name: TZ
7171
value: "{{ .Values.timezone }}"

0 commit comments

Comments
 (0)