Files
chart/library/ix-dev/community/ipfs/templates/_portal.tpl
Stavros Kois 010418b98c NAS-120628 / 23.10 / Add IPFS app to community train (#1023)
* Add ipfs to community train

* run chown before config and only once

* fix selector

* update readme(s)

* add update strategy
2023-03-20 18:00:15 +02:00

13 lines
206 B
Smarty

{{- define "ipfs.portal" -}}
---
apiVersion: v1
kind: ConfigMap
metadata:
name: portal
data:
path: /webui
port: {{ .Values.ipfsNetwork.apiPort | quote }}
protocol: http
host: $node_ip
{{- end -}}