Files
chart/library/ix-dev/community/drawio/templates/_service.tpl
Stavros Kois df6aa84c17 add drawio to community train (#1629)
* add `drawio` to `community` train

* http/https

* other user

* cleanup

* update questions

* typo
2023-10-10 16:14:10 +03:00

23 lines
573 B
Smarty

{{- define "drawio.service" -}}
service:
drawio:
enabled: true
primary: true
type: NodePort
targetSelector: drawio
ports:
http:
enabled: true
primary: true
port: {{ .Values.drawioNetwork.httpPort }}
nodePort: {{ .Values.drawioNetwork.httpPort }}
targetPort: 8080
targetSelector: drawio
https:
enabled: true
port: {{ .Values.drawioNetwork.httpsPort }}
nodePort: {{ .Values.drawioNetwork.httpsPort }}
targetPort: 8443
targetSelector: drawio
{{- end -}}