Merge pull request #1303 from ruslansennov/patch-1
fix consul sample endpoints
This commit is contained in:
commit
0e0a231e5a
1 changed files with 2 additions and 2 deletions
|
@ -91,7 +91,7 @@
|
||||||
#
|
#
|
||||||
# Backend-specific constraint
|
# Backend-specific constraint
|
||||||
# [consulCatalog]
|
# [consulCatalog]
|
||||||
# endpoint = 127.0.0.1:8500
|
# endpoint = "127.0.0.1:8500"
|
||||||
# constraints = ["tag==api"]
|
# constraints = ["tag==api"]
|
||||||
#
|
#
|
||||||
# Multiple constraints
|
# Multiple constraints
|
||||||
|
@ -99,7 +99,7 @@
|
||||||
# - "tag!=" must match with none of tags
|
# - "tag!=" must match with none of tags
|
||||||
# constraints = ["tag!=us-*", "tag!=asia-*"]
|
# constraints = ["tag!=us-*", "tag!=asia-*"]
|
||||||
# [consulCatalog]
|
# [consulCatalog]
|
||||||
# endpoint = 127.0.0.1:8500
|
# endpoint = "127.0.0.1:8500"
|
||||||
# constraints = ["tag==api", "tag!=v*-beta"]
|
# constraints = ["tag==api", "tag!=v*-beta"]
|
||||||
|
|
||||||
# Enable ACME (Let's Encrypt): automatic SSL
|
# Enable ACME (Let's Encrypt): automatic SSL
|
||||||
|
|
Loading…
Add table
Reference in a new issue