mirror of
https://github.com/truenas/charts.git
synced 2026-04-24 18:41:41 +08:00
* add `wordpress` to `community` catalog * set version to 1.0.0 * fix sources * update readme's * remove category
13 lines
204 B
Smarty
13 lines
204 B
Smarty
{{- define "wordpress.portal" -}}
|
|
---
|
|
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: portal
|
|
data:
|
|
path: /
|
|
port: {{ .Values.wpNetwork.webPort | quote }}
|
|
protocol: http
|
|
host: $node_ip
|
|
{{- end -}}
|