mirror of
https://github.com/truenas/charts.git
synced 2026-05-03 06:32:55 +08:00
* add `freshrss` to `community` train * add initial templates * fix pat * whops * run as 33 * requires root * more caps * dont wait for pvc to bind for future jobs * do the installation * create user * add cron * add questions * remove group * fix password field * add smb * add size var
13 lines
211 B
Smarty
13 lines
211 B
Smarty
{{- define "freshrss.portal" -}}
|
|
---
|
|
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: portal
|
|
data:
|
|
path: "/"
|
|
port: {{ .Values.freshrssNetwork.webPort | quote }}
|
|
protocol: http
|
|
host: $node_ip
|
|
{{- end -}}
|