EventStore.Charts icon indicating copy to clipboard operation
EventStore.Charts copied to clipboard

remove exposing of ports since the service is headless

Open yashbhutwala opened this issue 4 years ago • 0 comments

Signed-off-by: Yash Bhutwala [email protected]

PR Checklist

[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]

  • [X] Chart Version bumped
  • [X] Chart packaged and index updated (you can use ./release)
  • [X] CHANGELOG.md updated
  • [X] Variables and other changes are documented in the README.md

What this PR does / why we need it: Since a headless service is specified and therefore DNS handles the request, rather the kube-proxy, there is no need to specify exposing the ports. If DNS is being used, all container ports are open for communication 😄

Which issue this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged): fixes #

Special notes for your reviewer:

yashbhutwala avatar Nov 27 '19 14:11 yashbhutwala