From 4bcddf2df35ce445fd78474ba8e28f3fd3cbc967 Mon Sep 17 00:00:00 2001 From: Andy Kohler Date: Fri, 20 Sep 2024 10:16:54 -0800 Subject: [PATCH] SYS-1656: Enable external solr access for production environment --- charts/prod-oralhistory-values.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/charts/prod-oralhistory-values.yaml b/charts/prod-oralhistory-values.yaml index b3944a83..49d33e29 100644 --- a/charts/prod-oralhistory-values.yaml +++ b/charts/prod-oralhistory-values.yaml @@ -32,6 +32,18 @@ solr: zookeeper: enabled: false + # Allow access to solr from the jump server, for library data indexing project + ingress: + enabled: true + ingressClassName: "nginx" + hostname: "oralhistory-solr.library.ucla.edu" + path: "/" + annotations: + cert-manager.io/cluster-issuer: sectigo-acme-clusterissuer + kubernetes.io/tls-acme: "true" + nginx.ingress.kubernetes.io/whitelist-source-range: "164.67.48.211/32" + tls: true + image: repository: bitnami/solr # This is the image version, not the chart version.