Skip to content

Commit

Permalink
SYS-1656: Enable external solr access for production environment
Browse files Browse the repository at this point in the history
  • Loading branch information
akohler authored and kjallen committed Sep 20, 2024
1 parent b3f97dd commit 4bcddf2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions charts/prod-oralhistory-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4bcddf2

Please sign in to comment.