_service.tpl 382 B

123456789101112131415
  1. {{- define "distribution.service" -}}
  2. service:
  3. distribution:
  4. enabled: true
  5. primary: true
  6. type: NodePort
  7. targetSelector: distribution
  8. ports:
  9. api:
  10. enabled: true
  11. primary: true
  12. port: {{ .Values.distributionNetwork.apiPort }}
  13. nodePort: {{ .Values.distributionNetwork.apiPort }}
  14. targetSelector: distribution
  15. {{- end -}}