cancel
Showing results for 
Search instead for 
Did you mean: 

Endpoint liveness/readiness probes for Alfresco Search

brunosantos
Champ on-the-rise
Champ on-the-rise

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 ACCEPTED ANSWER

angelborroy
Community Manager Community Manager
Community Manager
3 REPLIES 3

angelborroy
Community Manager Community Manager
Community Manager

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

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.

Hi, I've founded the path for probes:

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

-> live-indexing-mediation

-> live-indexing-metadata