Skip to content

Commit

Permalink
Fix usage example.
Browse files Browse the repository at this point in the history
  • Loading branch information
udhos committed Jan 7, 2024
1 parent 0142949 commit 4d8a9fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ go func() {
// 3. spawn peering autodiscovery
options := kubegroup.Options{
Pool: pool,
GroupCachePort: app.groupCachePort,
GroupCachePort: groupCachePort,
//PodLabelKey: "app", // default is "app"
//PodLabelValue: "my-app-name", // default is current PODs label value for label key
}
Expand Down

0 comments on commit 4d8a9fa

Please sign in to comment.