Files
chart/library/ix-dev/community/wordpress/templates/_portal.tpl
Stavros Kois 77a8173e9f NAS-122472 / 23.10 / add wordpress to community train (#1266)
* add `wordpress` to `community` catalog

* set version to 1.0.0

* fix sources

* update readme's

* remove category
2023-06-27 23:14:26 +03:00

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 -}}