Files
chart/library/ix-dev/community/listmonk/templates/_service.tpl
2023-11-09 09:52:17 +02:00

18 lines
427 B
Smarty

{{- define "listmonk.service" -}}
service:
listmonk:
enabled: true
primary: true
type: NodePort
targetSelector: listmonk
ports:
webui:
enabled: true
primary: true
port: {{ .Values.listmonkNetwork.webPort }}
nodePort: {{ .Values.listmonkNetwork.webPort }}
targetSelector: listmonk
{{- include "ix.v1.common.app.postgresService" $ | nindent 2 }}
{{- end -}}