Skip to content

[ENHANCEMENT] Ingress for Operate and Tasklist actuator endpoint #4187

@Parth-Shah-99

Description

@Parth-Shah-99

Describe the use case:

As Operate and Tasklist actuator endpoints are available on a different port 9600 then the web app which is on 80, the actuator endpoint are NOT accessible directly via operate context path.

For example, if the context path for Operate is set as /operate, then the ingress will be deployed with service name as camunda-platform-operate-service with port as 80. However, on this context path /operate, actuator won't work because the actuator endpoint is available on a different port 9600, which is not exposed via ingress.

Describe the enhancement/feature:

Add a section in Helm Chart under global ingress for Operate and Tasklist to add the ingress/context path for actuator endpoints as well.

Desired outcome and acceptance tests:

After installing Helm Chart, the actuator endpoints should be available at context path /operate/actuator.

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/enhancementNew feature or requestwontfixThis will not be worked on

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions