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

solr helm chart PR #6

Merged
merged 9 commits into from
Aug 12, 2021
Merged

solr helm chart PR #6

merged 9 commits into from
Aug 12, 2021

Conversation

naveen-armedia
Copy link
Contributor

@naveen-armedia naveen-armedia commented Aug 8, 2021

  • solr is defined as the statefulsets with only one replication.
  • cofiguration files are added as part of configMap objects.
  • templatized storage requirements so that it could be deployed to on-prem, eks, minikube clusters.
  • Tested this solr chart with ebs and efs as persistent storage.
  • sample deploy-values.yaml that can be used to deploy is as follows. These values leverage the EFS as persistent storage for the application.
nameOverride: "ark-solr"
deployment: "eks"
persistence:
  enabled: true
  storageClass: "efs"
  fsHandlerId: "fs-55909184"
  accessModes: ["ReadWriteMany"]
namespace: "arkcase"

charts/ark-solr/Readme.md Outdated Show resolved Hide resolved
charts/ark-solr/templates/_helpers.tpl Outdated Show resolved Hide resolved
charts/ark-solr/templates/_tplValues.tpl Show resolved Hide resolved
charts/ark-solr/Chart.yaml Outdated Show resolved Hide resolved
charts/ark-solr/templates/statefulset.yaml Outdated Show resolved Hide resolved
charts/ark-solr/templates/statefulset.yaml Show resolved Hide resolved
charts/ark-solr/templates/statefulset.yaml Show resolved Hide resolved
charts/ark-solr/values.yaml Outdated Show resolved Hide resolved
charts/ark-solr/values.yaml Outdated Show resolved Hide resolved
charts/ark-solr/templates/statefulset.yaml Outdated Show resolved Hide resolved
charts/ark-solr/templates/statefulset.yaml Outdated Show resolved Hide resolved
charts/ark-solr/templates/statefulset.yaml Show resolved Hide resolved
charts/ark-solr/templates/statefulset.yaml Outdated Show resolved Hide resolved
charts/ark-solr/values.yaml Outdated Show resolved Hide resolved
charts/ark-solr/Readme.md Outdated Show resolved Hide resolved
@naveen-armedia naveen-armedia dismissed fabricetriboix’s stale review August 12, 2021 15:54

Agreed while on review call to resolve the comments.

@naveen-armedia naveen-armedia merged commit 1584c2b into develop Aug 12, 2021
@naveen-armedia naveen-armedia deleted the solr_helm_pr branch August 12, 2021 15:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants