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.