kuzzleio / helm-charts

Helm charts built by the kuzzle team
4 stars 0 forks source link

Fix Kuzzle chart container ports #8

Closed Kuruyia closed 1 year ago

Kuruyia commented 1 year ago

What does this PR do ?

The container ports in the deployment resource of the Kuzzle Helm chart were incorrectly set to the value of the port key instead of the targetPort key.

This PR fixes that.