mirror of
https://github.com/truenas/charts.git
synced 2026-05-11 19:16:17 +08:00
* add `autobrr` to `community` apps * regen * host * Update library/ix-dev/community/autobrr/Chart.yaml * Update library/ix-dev/community/autobrr/upgrade_strategy
13 lines
209 B
Smarty
13 lines
209 B
Smarty
{{- define "autobrr.portal" -}}
|
|
---
|
|
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: portal
|
|
data:
|
|
path: "/"
|
|
port: {{ .Values.autobrrNetwork.webPort | quote }}
|
|
protocol: http
|
|
host: $node_ip
|
|
{{- end -}}
|