mirror of
https://github.com/truenas/charts.git
synced 2024-04-21 15:21:45 +00:00
* add `logsdq` to `community` * add questions * fix portal * Update Chart.yaml
16 lines
348 B
Smarty
16 lines
348 B
Smarty
{{- define "logseq.service" -}}
|
|
service:
|
|
logseq:
|
|
enabled: true
|
|
primary: true
|
|
type: NodePort
|
|
targetSelector: logseq
|
|
ports:
|
|
webui:
|
|
enabled: true
|
|
primary: true
|
|
port: {{ .Values.logseqNetwork.webPort }}
|
|
nodePort: {{ .Values.logseqNetwork.webPort }}
|
|
targetSelector: logseq
|
|
{{- end -}}
|