mirror of
https://github.com/truenas/charts.git
synced 2026-04-23 18:10:06 +08:00
* Add Lidarr to charts train * Run chart tests in a matrix * move to correct train * Fix variable name and quote strings in questions.yaml
13 lines
207 B
Smarty
13 lines
207 B
Smarty
{{- define "lidarr.portal" -}}
|
|
---
|
|
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: portal
|
|
data:
|
|
path: "/"
|
|
port: {{ .Values.lidarrNetwork.webPort | quote }}
|
|
protocol: http
|
|
host: $node_ip
|
|
{{- end -}}
|