fix(plex): fix tpl error (#3515)
* fix(plex): fix tpl error * remove test ingress
This commit is contained in:
@@ -21,7 +21,7 @@ sources:
|
|||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/plex
|
- https://github.com/truecharts/charts/tree/master/charts/stable/plex
|
||||||
- https://github.com/k8s-at-home/container-images/pkgs/container/plex
|
- https://github.com/k8s-at-home/container-images/pkgs/container/plex
|
||||||
type: application
|
type: application
|
||||||
version: 10.1.1
|
version: 10.1.2
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ persistence:
|
|||||||
plex:
|
plex:
|
||||||
serverURL: "{{ .Values.service.main.ports.main.protocol | lower }}://{{ .Values.plex.serverIP }}:{{ .Values.service.main.ports.main.port }}"
|
serverURL: "{{ .Values.service.main.ports.main.protocol | lower }}://{{ .Values.plex.serverIP }}:{{ .Values.service.main.ports.main.port }}"
|
||||||
serverIngressURL: "{{ if .Values.ingress.main.enabled }}{{ with (first .Values.ingress.main.hosts) }},https://{{ .host }}{{ end }}{{ end }}"
|
serverIngressURL: "{{ if .Values.ingress.main.enabled }}{{ with (first .Values.ingress.main.hosts) }},https://{{ .host }}{{ end }}{{ end }}"
|
||||||
serverIngressURLPort: "{{ if .Values.ingress.main.enabled }}{{ with (first .Values.ingress.main.hosts) }},https://{{ .host }}:{{ .Values.service.main.ports.main.port }}{{ end }}{{ end }}"
|
serverIngressURLPort: "{{ if .Values.ingress.main.enabled }}{{ $port := .Values.service.main.ports.main.port }}{{ with (first .Values.ingress.main.hosts) }},https://{{ .host }}:{{ $port }}{{ end }}{{ end }}"
|
||||||
# User Defined
|
# User Defined
|
||||||
serverIP: "127.0.0.1"
|
serverIP: "127.0.0.1"
|
||||||
additionalAdvertiseURL: ""
|
additionalAdvertiseURL: ""
|
||||||
|
|||||||
Reference in New Issue
Block a user