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 chart #128

Conversation

enzo-dechaene
Copy link
Contributor

Following this checklist to help us incorporate your
contribution quickly and easily:

  • Each commit in the pull request should have a meaningful subject line and body.
  • Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
  • Rember to add the correct license header to new files.
  • Run mvn clean verify to make sure basic checks pass. A more thorough check will
    be performed on your pull request automatically.

To make clear that you license your contribution under
the Apache License Version 2.0, January 2004
you have to acknowledge this by using the following check-box.

@dmercuriali
Copy link
Contributor

Thanks for the commit. LGTM but I'm not experienced with helm configs. I'll merge by tomorrow if others have no comments

Copy link
Contributor

@nicoloboschi nicoloboschi left a comment

Choose a reason for hiding this comment

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

Good work! I've left some comments, I'll try it later today, thanks

imagePullPolicy: Always

jdbcUrl: jdbc:herddb:local:temporary
metadataServiceUri: zk://pulsar-zookeeper:2181/ledgers
Copy link
Contributor

Choose a reason for hiding this comment

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

Could you remove the pulsar reference?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Do you want it empty or this string "zk://zookeeper:2181/ledgers" instead ?

Copy link
Contributor

Choose a reason for hiding this comment

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

I think that most of the users currently are using Pulsar
I would keep pulsar-zookeeper in order to make it easier

Not a big deal as far as we keep this configurable
maybe you can keep a comment to explain how to use it with the Apache Pulsar helm chart

kubernetes/bkvm/values.yaml Outdated Show resolved Hide resolved
kubernetes/bkvm/values.yaml Show resolved Hide resolved
labels:
{{ toYaml .Values.server.labels | nindent 4 }}
spec:
replicas: 1
Copy link
Contributor

Choose a reason for hiding this comment

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

this should be configurable

Copy link
Contributor

Choose a reason for hiding this comment

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

I don't think that BKVM supports multiple instances at the moment (because there is no handling of distributed sessions).
I think that we should keep 1 here

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I didn't test it with several replicas but one replica works with Pulsar

@eolivelli
Copy link
Contributor

good work @enzo-dechaene !

@dmercuriali dmercuriali merged commit 7de8af2 into diennea:master Jan 24, 2023
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.

None yet

4 participants