camunda / camunda-platform-helm

Camunda Platform 8 Self-Managed Helm charts
https://docs.camunda.io/docs/self-managed/overview/
Apache License 2.0
74 stars 138 forks source link

fix: zeebe gateway incorrect rest ingress path #2516

Closed drodriguez-305 closed 1 month ago

drodriguez-305 commented 1 month ago

Which problem does the PR fix?

This change introduced a bug where the ingress path was incorrectly set to include the readiness probe path /actuator/health/readiness. This resulted in the readiness probe path being exposed as an endpoint in the ingress, which inadvertently breaks the intended REST API access.

What's in this PR?

This PR reverts the previous change in ingress-rest.yaml to ensure that only the main service path (ingress.rest.path, e.g., /zeebe) is exposed via the ingress, without appending the readiness probe path.

Checklist

Please make sure to follow our Contributing Guide.

Before opening the PR:

After opening the PR: