mirror of
https://github.com/truenas/charts.git
synced 2026-04-24 02:20:15 +08:00
18 lines
427 B
Smarty
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 -}}
|