mirror of
https://github.com/truenas/charts.git
synced 2026-04-23 18:10:06 +08:00
16 lines
342 B
Smarty
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 -}}
|