Clean chart configuration

This commit is contained in:
Waqar Ahmed 2020-12-08 04:46:01 +05:00
parent 1133d2ff01
commit 37c8493270
4 changed files with 1 additions and 22 deletions

View File

@ -8,8 +8,4 @@ keywords:
home: https://plex.tv/
icon: https://www.plex.tv/wp-content/uploads/2018/01/pmp-icon-1.png
sources:
- https://github.com/k8s-at-home/charts/tree/master/charts/plex
- https://hub.docker.com/r/plexinc/pms-docker/
maintainers:
- name: billimek
email: jeff@billimek.com

View File

@ -114,7 +114,6 @@ questions:
type: boolean
default: false
# TODO: Add timezone validation $ref
- variable: timezone
label: "Plex container timezone"
group: "Plex Configuration"

View File

@ -1,3 +1,3 @@
1. Get the application URL by running these commands:
https:node_ip:{{ .Values.plexServiceTCP.port }}/
http://$node_ip:{{ .Values.plexServiceTCP.port }}/

View File

@ -76,31 +76,15 @@ spec:
- name: "HTTPS_PROXY"
value: "{{.Values.proxy.https}}"
{{- end }}
{{- if .Values.proxy.noproxy }}
- name: "NO_PROXY"
value: "{{.Values.proxy.noproxy}}"
{{- end }}
{{- end }}
{{- if .Values.advertiseIp }}
- name: "ADVERTISE_IP"
value: "{{.Values.advertiseIp}}"
{{- end }}
{{- if .Values.changeConfigDirOwnership }}
- name: "CHANGE_CONFIG_DIR_OWNERSHIP"
value: "{{.Values.changeConfigDirOwnership}}"
{{- end }}
{{- if .Values.allowedNetworks }}
- name: "ALLOWED_NETWORKS"
value: "{{include "joinListWithComma" .Values.allowedNetworks}}"
{{- end }}
{{- if .Values.plexUid }}
- name: "PLEX_UID"
value: "{{.Values.plexUid}}"
{{- end }}
{{- if .Values.plexGid }}
- name: "PLEX_GID"
value: "{{.Values.plexGid}}"
{{- end }}
# Extra ENV Values supplied by user
{{- range $key, $value := .Values.extraEnv }}
- name: {{ $key }}