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.
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.
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