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

18 lines
415 B
Smarty

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