Skip to content

Conversation

@AdheipSingh
Copy link
Contributor

@AdheipSingh AdheipSingh commented Dec 11, 2024

Fixes #XXXX.

Description

  • For Standalone local mode
helm upgrade --install parseable . -n parseable --set "parseable.store=local-store"  --set "parseable.localModeSecret.enabled=true"
  • For Standalone S3 mode
helm upgrade --install parseable . -n parseable --set "parseable.store=s3-store"  --set "parseable.s3ModeSecret.enabled=true"
  • For HA S3 mode
helm upgrade --install parseable . -n parseable --set "parseable.store=s3-store" --set "parseable.highAvailability.enabled=true" --set "parseable.s3ModeSecret.enabled=true"

This PR has:

  • been tested to ensure log ingestion and log query works.
  • added comments explaining the "why" and the intent of the code wherever would not be obvious for an unfamiliar reader.
  • added documentation for new or modified features or behaviors.

@nitisht nitisht merged commit 80a3ff4 into parseablehq:main Dec 14, 2024
3 checks passed
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.

2 participants