Files
chart/library/ix-dev/community/komga/templates/_service.tpl
Stavros Kois 9690326b84 NAS-122753 / 23.10 / Add komga to community train (#1318)
* init commit

* add templates

* add ci values

* add UI
2023-07-04 23:50:36 +03:00

16 lines
342 B
Smarty

{{- define "komga.service" -}}
service:
komga:
enabled: true
primary: true
type: NodePort
targetSelector: komga
ports:
webui:
enabled: true
primary: true
port: {{ .Values.komgaNetwork.webPort }}
nodePort: {{ .Values.komgaNetwork.webPort }}
targetSelector: komga
{{- end -}}