3 Commits

Author SHA1 Message Date
mayuresh82
6f26e86964 Update README.md 2023-08-18 16:08:19 -07:00
mayuresh82
92c9ae3859 Merge pull request #22 from spanthetree/patch-1
Update config.yaml
2023-08-16 16:21:39 -07:00
David Woodruff
1d8c3936e1 Update config.yaml 2023-07-11 07:51:38 +09:00
2 changed files with 5 additions and 1 deletions

View File

@@ -5,6 +5,9 @@ The most common use case for this is anycast (vip) based load balancing for infr
For some practical examples and more details, check out this blog post : https://mayuresh82.github.io/2020/11/28/automatic_service_discovery_anycast/ For some practical examples and more details, check out this blog post : https://mayuresh82.github.io/2020/11/28/automatic_service_discovery_anycast/
# Looking for code reviewers
If you are interested in being a reviewer and/or co-maintainer, please reach out to @mayuresh82 !
## Installation ## Installation
Use the docker container at mayuresh82/gocast or compile from source: Use the docker container at mayuresh82/gocast or compile from source:

View File

@@ -29,4 +29,5 @@ apps:
vip_config: vip_config:
# additional per VIP BGP communities # additional per VIP BGP communities
bgp_communities: [ aaaa:bbbb ] bgp_communities: [ aaaa:bbbb ]
monitor: port:tcp:5000 monitors:
- port:tcp:5000