Files
chart/community/wordpress/1.2.3/templates/_portal.tpl
2024-01-22 14:14:24 +00: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 -}}