forked from apache/pulsar
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add bookkeeper service and other fixes (apache#3026)
* Add bookkeeper service and other fixes - Add the topologyKey for the pod affinity for bookies - Fixed a misspelling in the name of the ledgers disk - Fixed the selector in the proxy service to select proxy pods Signed-off-by: Byron Ruth <[email protected]> * Update bookkeeper service comment to note DNS Signed-off-by: Byron Ruth <[email protected]>
- Loading branch information
Showing
2 changed files
with
29 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -81,4 +81,4 @@ spec: | |
protocol: TCP | ||
selector: | ||
app: pulsar | ||
component: broker | ||
component: proxy |