Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
b5fa004047
commit
64f7ca703d
|
@ -26,6 +26,15 @@
|
|||
{{- end -}}
|
||||
{{- end -}}
|
||||
|
||||
{{- $serverIngressURLHTTPS := "" -}}
|
||||
{{- $host := "" -}}
|
||||
{{- if .Values.ingress.main.enabled -}}
|
||||
{{- with (first .Values.ingress.main.hosts) -}}
|
||||
{{- $host = .host -}}
|
||||
{{- $serverIngressURL = (printf "https://%v:443" .host) -}}
|
||||
{{- end -}}
|
||||
{{- end -}}
|
||||
|
||||
{{- $serverIngressURLPort := "" -}}
|
||||
{{- if $host -}}
|
||||
{{- if not (eq .Values.service.main.type "ClusterIP") -}}
|
||||
|
@ -40,6 +49,9 @@
|
|||
{{- with $serverIngressURL -}}
|
||||
{{- $adv = append $adv . -}}
|
||||
{{- end -}}
|
||||
{{- with $serverIngressURLHTTPS -}}
|
||||
{{- $adv = append $adv . -}}
|
||||
{{- end -}}
|
||||
{{- with $serverIngressURLPort -}}
|
||||
{{- $adv = append $adv . -}}
|
||||
{{- end -}}
|
||||
|
|
Loading…
Reference in New Issue