-
Notifications
You must be signed in to change notification settings - Fork 25
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
Add examples for using external redis #53
Conversation
Current dependencies on/for this PR:
This comment was auto-generated by Graphite. |
@mucles maybe you can help take a look? I am hoping your CE experience can help judge if these examples make sense or not |
38055af
to
ce7d489
Compare
3929944
to
bdddee6
Compare
ce7d489
to
92fba7b
Compare
bdddee6
to
26210d7
Compare
ffb5b19
to
fe3478b
Compare
26210d7
to
1366f4b
Compare
fe3478b
to
053d5e0
Compare
1366f4b
to
09f629a
Compare
053d5e0
to
8e9ed5c
Compare
@@ -0,0 +1,86 @@ | |||
# Demonstrate using external redis instance(s) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the benefit of showing the exact same setup, with both a secret and a configmap? There's no significant difference between them, and it means more maintenance in the future.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the benefit of showing the exact same setup, with both a secret and a configmap? There's no significant difference between them, and it means more maintenance in the future.
🧐 I guess adding a reference k8s doc should be sufficient enough
still figuring out the right balance of how much k8s knowledge we should cover in docs/examples.
9127663
to
89b4cac
Compare
Added examples to show how to use external redis instances
Test plan
N/A, it's the helm-way of configuring external redis instances
fix https://github.com/sourcegraph/sourcegraph/issues/31874