Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ckan): fix solr cloud setup #1104

Merged
merged 1 commit into from
Aug 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions charts/ckan/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,27 +188,24 @@ solr:
pullPolicy: IfNotPresent
pullSecrets: []
repository: teutonet/oci-images/solr-ckan
tag: 1.0.4@sha256:39387d06a72b24ee493f8d06cd5a1c800a9230ed78652481433760b649aefa04
tag: 1.0.7
digest: ""
extraEnvVars:
- name: SOLR_CORE_CONF_DIR
value: /opt/bitnami/solr/server/solr/configsets/ckan/conf
- name: SOLR_ADMIN_USERNAME
valueFrom:
secretKeyRef:
name: '{{ printf "%s-config" (include "common.names.fullname" .) }}'
key: solrUsername
coreNames:
- ckan
collection: ckan
auth:
enabled: true
adminPassword: ""
adminUsername: ""
existingSecret: '{{ printf "%s-config" (include "common.names.fullname" .) }}'
existingSecretPasswordKey: solrPassword
cloudEnabled: false
cloudBootstrap: false
collectionReplicas: 1
collectionReplicas: 2
replicaCount: 2
zookeeper:
replicaCount: 2
replicaCount: 3
Loading