consul.py doc fix (#2589)
Small fix to the examples section of consul.py
This commit is contained in:
parent
ef23cf31b0
commit
51eb68b4d7
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ EXAMPLES = '''
|
|||
|
||||
- name: register nginx with an http check
|
||||
consul:
|
||||
name: nginx
|
||||
service_name: nginx
|
||||
service_port: 80
|
||||
interval: 60s
|
||||
http: /status
|
||||
|
|
Loading…
Reference in a new issue