Endpoint liveness/readiness probes for Alfresco Search

cancel
Showing results for 
Search instead for 
Did you mean: 
brunosantos
Active Member

Endpoint liveness/readiness probes for Alfresco Search

Jump to solution

Hi folks, I use ACS and Share 23.2.1 and I need to configure probes k8s for them.

I've found an endpoint for liveness/readinnes probes for alfresco-content-repository: https://api-explorer.alfresco.com/api-explorer/#/probes/getProbe

But I need an endpoint for alfresco-share and I do not find it anywhere...

Could you tell me if there is one, please? If yes, which one I should use?

Thanks

1 Solution

Accepted Solutions
angelborroy
Alfresco Employee

Re: Endpoint liveness/readiness probes for Alfresco Search

Jump to solution
3 Replies
angelborroy
Alfresco Employee

Re: Endpoint liveness/readiness probes for Alfresco Search

Jump to solution

In Alfresco Helm Charts we're using raw context for Share Web App:

https://github.com/Alfresco/alfresco-helm-charts/blob/main/charts/alfresco-share/templates/deploymen...

For Search Service, we're using the "ping" endpoint:

https://github.com/Alfresco/alfresco-helm-charts/blob/main/charts/alfresco-search-service/templates/...

Hyland Developer Evangelist
brunosantos
Active Member

Re: Endpoint liveness/readiness probes for Alfresco Search

Jump to solution

Hello angelborroy, 

Thanks for your answer, I appreciate that.

Last question, please: in my case, I use two images separeted for alfresco-search:

-> live-indexing-mediation

-> live-indexing-metadata

Because I do not index neither path neither content.

How can I set the path of probes for these two images? I did not find them anywhere also.

brunosantos
Active Member

Re: Endpoint liveness/readiness probes for Alfresco Search

Jump to solution

Hi, I've founded the path for probes:

I've tested in a local environnment: /actuator/health for

-> live-indexing-mediation

-> live-indexing-metadata