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

harbor - redis sentinel URL format #113

Open
jvaibhav123 opened this issue Jul 11, 2022 · 2 comments
Open

harbor - redis sentinel URL format #113

jvaibhav123 opened this issue Jul 11, 2022 · 2 comments

Comments

@jvaibhav123
Copy link

Dear Team,

The redis-sentinel URL specified is "redis+sentinel://:password@sentinel_host1:port1,sentinel_host2:port2/monitor-name/db-number."

However i have couple of questions -

  1. What needs to specified in "monitor-name"? is it "masterSet" in redis? also what is db-number? is it redis master k8s sts pod no? Also, host would sts-pod.headlesssvc.ns.svc.cluster.local:26379?
    Note: We are using bitnami redis-ha chart.

  2. What happens if master gets changed due to pod restart or any other issue? Do we have to change this URL to point to correct master?

Could you please help to understand the configuration?

@itaysk
Copy link

itaysk commented Jul 13, 2022

Hello, this seems to be a question about how to configure Redis and Harbor. Please consult the Redis documentation for information about sentinel https://redis.io/docs/manual/sentinel/

@jvaibhav123
Copy link
Author

jvaibhav123 commented Jul 14, 2022

Hi The above URL format is specified in this project's helm chart and its not clear the values which needs to specified in URL format.

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

No branches or pull requests

2 participants