Do not use dnsrr for inception when pep is true.
This commit is contained in:
parent
8645d32b13
commit
87d76be578
|
@ -35,7 +35,9 @@ services:
|
|||
deploy:
|
||||
mode: replicated
|
||||
replicas: 1
|
||||
{% if not inception_pep %}
|
||||
endpoint_mode: dnsrr
|
||||
{% endif %}
|
||||
placement:
|
||||
constraints:
|
||||
- node.role == worker
|
||||
|
|
Loading…
Reference in New Issue