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