mirror of
https://github.com/truenas/charts.git
synced 2024-04-21 15:21:45 +00:00
hmm
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{{- define "nginx.workload" -}}
|
||||
{{- $fullname := (include "ix.v1.common.lib.chart.names.fullname" $) -}}
|
||||
{{- $ncUrl := printf "http://%s:80" $fullname -}}
|
||||
{{- $ncUrl := printf "http://%s:%s" $fullname .Values.ncNetwork.webPort -}}
|
||||
{{- if .Values.ncNetwork.certificateID -}}
|
||||
{{- $ncUrl = printf "https://%s:%s" $fullname .Values.ncNetwork.webPort -}}
|
||||
{{- $ncUrl = printf "https://%s:80" $fullname -}}
|
||||
{{- end }}
|
||||
workload:
|
||||
nginx:
|
||||
|
||||
Reference in New Issue
Block a user