This is an automated email from the ASF dual-hosted git repository. tloubrieu pushed a commit to branch aqacf in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git
commit f41f3a555c3e60dfe65f5782cc1339aa254221d2 Author: tloubrieu-jpl <[email protected]> AuthorDate: Wed Feb 16 16:13:49 2022 -0800 twick for solr access and ingress for the project --- helm/templates/_helpers.tpl | 2 +- helm/templates/ingress.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/helm/templates/_helpers.tpl b/helm/templates/_helpers.tpl index 46dafe2..6578166 100644 --- a/helm/templates/_helpers.tpl +++ b/helm/templates/_helpers.tpl @@ -48,7 +48,7 @@ The data volume mount which is used in both the Collection Manager and the Granu {{- end -}} {{- define "nexus.urls.solr" -}} -{{ .Values.external.solrHostAndPort | default (print "http://" .Release.Name "-solr:8983") }} +{{ .Values.external.solrHostAndPort | default (print "http://" .Release.Name "-solr-svc:8983") }} {{- end -}} {{- define "nexus.urls.zookeeper" -}} diff --git a/helm/templates/ingress.yml b/helm/templates/ingress.yml index cbc72f1..4c695d2 100644 --- a/helm/templates/ingress.yml +++ b/helm/templates/ingress.yml @@ -25,9 +25,9 @@ spec: serviceName: nexus-webapp servicePort: webapp {{ if ne .Values.onEarthProxyIP "" }} - - path: /onearth/?(.*) + - path: /?(.*) backend: serviceName: onearth servicePort: 80 {{ end }} - \ No newline at end of file +
