zalf-rdm / geonode-k8s

A Kubernetes helm chart for the geospacial webapplication Geonode
https://geonode-k8s.readthedocs.io/en/latest/
GNU General Public License v2.0
13 stars 9 forks source link

Bug: Wrong URL composition for PyCSW deployment #199

Closed AleMScof closed 4 months ago

AleMScof commented 4 months ago

Bug Description

PyCSW server url is constructed with this template

{{ .Values.geonode.ingress.externalScheme}}://{{ .Values.geonode.ingress.externalDomain }}{{ .Values.pycsw.endpoint }}

externalScheme and externalDomain are instead grouped in .Values.geonode.general.x

Reproduction Steps

Clone the repository from the main branch Run a helm template charts/geonode -f minikube-values.yaml -n geonode --debug

Verify the PYCSW_SERVER_URL

image

Behavior

Should port the URL construction with the same approach as the CATALOGUE_URL