Closed fpaparoni closed 1 year ago
Ok I found the required settings
extra_environment:
- name: GN4_API_URL
value: "https://geonetwork.myhost.com/mycustomservice/geonetwork/srv/api"
hello, I think we probably need to add the support for this configuration because it's a major parameter for having datahub functioning.
I have created an issue: https://github.com/geonetwork/geonetwork-helm-charts/issues/5
I'm using the helm chart and I modified only the ingress part to be publish it on my server
The application starts and it's available using https://geonetwork.myhost.com/datahub but in the homepage I receive an error
An error was received Http failure response for https://geonetwork.myhost.com/geonetwork/srv/api/me: 404 Not Found
Is there some additional configuration in this chart that can be used to manage the relative path?