Skip to content

Commit

Permalink
fix(ckan): fix solr cloud setup (#1104)
Browse files Browse the repository at this point in the history
  • Loading branch information
SyeKlu authored Aug 15, 2024
1 parent f37acbd commit c7cbb31
Showing 1 changed file with 4 additions and 7 deletions.
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

0 comments on commit c7cbb31

Please sign in to comment.