Files
chart/library/ix-dev/community/piwigo/templates/_portal.tpl
Stavros Kois ddcd308d34 NAS-123824 / 24.04 / add piwigo to community train (#1494)
* add `piwigo` to `community` train

* update keywords

* update readme

* typo

* add initial templtes

* add values

* add config and Ui

* add deployment

* simplify

* only on install

* hmm

* add some validation and update description
2023-09-06 15:39:24 +03:00

13 lines
203 B
Smarty

{{- define "piwigo.portal" -}}
---
apiVersion: v1
kind: ConfigMap
metadata:
name: portal
data:
path: /
port: {{ .Values.piwiNetwork.webPort | quote }}
protocol: http
host: $node_ip
{{- end -}}