mirror of
https://github.com/truenas/charts.git
synced 2026-04-29 21:13:21 +08:00
* Add ipfs to community train * run chown before config and only once * fix selector * update readme(s) * add update strategy
13 lines
206 B
Smarty
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 -}}
|