Files
chart/library/ix-dev/charts/diskoverdata/templates/_service.tpl
Stavros Kois 71d0cd2ac6 diskoverdata - migration (#2230)
* init commit

* fixes

* more fixes

* fix

* fiox

* fix pre-flight

* cron

* update questions

* add migration

* add to_keep_versions

* fix typos

* remove comment

* clean
2024-03-01 14:55:59 +02:00

28 lines
630 B
Smarty

{{- define "diskover.service" -}}
service:
diskover:
enabled: true
primary: true
type: NodePort
targetSelector: diskover
ports:
webui:
enabled: true
primary: true
port: {{ .Values.diskoverNetwork.webPort }}
nodePort: {{ .Values.diskoverNetwork.webPort }}
targetPort: 80
targetSelector: diskover
elasticsearch:
enabled: true
type: ClusterIP
targetSelector: elasticsearch
ports:
elasticsearch:
enabled: true
primary: true
port: 9200
targetPort: 9200
targetSelector: elasticsearch
{{- end -}}