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

update install command #77

Merged
merged 8 commits into from
Dec 17, 2024
Merged

update install command #77

merged 8 commits into from
Dec 17, 2024

Conversation

nitisht
Copy link
Member

@nitisht nitisht commented Dec 16, 2024

No description provided.

@nitisht nitisht requested a review from AdheipSingh December 16, 2024 17:30
serviceName = "parseable"
} else if deployment == "distributed" {
ingestionUrl = "parseable-ingestor-svc." + namespace + ".svc.cluster.local"
ingestionURL = "parseable-ingestor-svc." + namespace + ".svc.cluster.local"
serviceName = "parseable-query-svc"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
serviceName = "parseable-query-svc"
serviceName = "parseable-querier-svc"

cmd/installer.go Show resolved Hide resolved
Inactive: " {{ . | yellow }}", // Default color for inactive items
Selected: "{{ `Selected object store:` | green }} '{{ . | green }}' ✔ ",
},
Items: []string{string(S3Store), string(BlobStore), string(GcsStore)}, // local store not supported
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we want to not support local even for small deployments ?

nitisht and others added 2 commits December 17, 2024 06:13
@nitisht nitisht merged commit 26ae193 into parseablehq:main Dec 17, 2024
2 checks passed
@nitisht nitisht deleted the linting branch December 17, 2024 00:51
@github-actions github-actions bot locked and limited conversation to collaborators Dec 17, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants