mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2024-12-14 11:58:02 +00:00
82c3690e75
* Enable configuring service type LoadBalancer IP Signed-off-by: David Mutia <davidmutia47@gmail.com> * Add tests for loadBalancerIP Signed-off-by: David Mutia <davidmutia47@gmail.com> * chore: get rid of cmdstats_map (#1687) cmdstats_map were on the hotpath and are needed only to update the command stats. Instead, I introduced the stats withing the CommandId itself that we lookup anyways. Also, it removes fragile dependency on naked command name char* pointers. Signed-off-by: Roman Gershman <roman@dragonflydb.io> --------- Signed-off-by: David Mutia <davidmutia47@gmail.com> Signed-off-by: Roman Gershman <roman@dragonflydb.io> Co-authored-by: Roman Gershman <roman@dragonflydb.io>
3 lines
No EOL
59 B
YAML
3 lines
No EOL
59 B
YAML
service:
|
|
type: LoadBalancer
|
|
loadBalancerIP: "127.0.0.1" |