You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This sets the service type for all "service" resources in the chart.
Describe the solution you'd like
This setting is not granular enough. It should be possible to set the service type on a per-service basis, with ClusterIP as the default for internal services, and NodePort as the default for externally-visible services such as consul and edgex-ui.
See also #160 which relates to hostPort exposure of EdgeX services.
The text was updated successfully, but these errors were encountered:
🚀 Feature Request
Relevant Package [REQUIRED]
helm chart
Description [REQUIRED]
The current helm chart has the following stanza
This sets the service type for all "service" resources in the chart.
Describe the solution you'd like
This setting is not granular enough. It should be possible to set the service type on a per-service basis, with ClusterIP as the default for internal services, and NodePort as the default for externally-visible services such as consul and edgex-ui.
See also #160 which relates to hostPort exposure of EdgeX services.
The text was updated successfully, but these errors were encountered: