Skip to content

Commit

Permalink
OZ-726: Add ability to provide extra Service metadata (#3)
Browse files Browse the repository at this point in the history
* OZ-726: Add Service ability to provide extra service metadata

* Remove coverage report files

* Fix unit test
  • Loading branch information
enyachoke authored Oct 31, 2024
1 parent fcc1c6f commit ebacc27
Show file tree
Hide file tree
Showing 26 changed files with 56 additions and 4,039 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ Container registration is an opt-in process. By default, Container-to-Consul wil
| `consul.port` | The port that the service will be discovered on| `none` |
| `consul.service` | The name of the service in Consul | `container name` |
| `consul.tags` | The tags that will be added to the service in Consul | `[]` |
| `consul.meta` | The service [meta](https://developer.hashicorp.com/consul/api-docs/catalog#meta) as `key=value,key=value` | empty |
| `consul.kv.<KEY>` | Key/Value pairs | `{}` |

### Registration
Expand Down
1 change: 0 additions & 1 deletion coverage/coverage.json

This file was deleted.

213 changes: 0 additions & 213 deletions coverage/lcov-report/base.css

This file was deleted.

119 changes: 0 additions & 119 deletions coverage/lcov-report/index.html

This file was deleted.

Loading

0 comments on commit ebacc27

Please sign in to comment.