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

18 lines
415 B
Smarty

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