Fixes for typo in zammad template and match the service in rancher-compose with docker-compose (#481)

* fix typo

* update service name to match services in docker-compose.yml
This commit is contained in:
Denise 2017-04-08 12:18:40 -07:00 committed by Bill Maxwell
parent 3182faff66
commit f377ca033e
2 changed files with 8 additions and 8 deletions

View File

@ -47,7 +47,7 @@ nuxeo:
# Response timeout is measured in milliseconds # Response timeout is measured in milliseconds
response_timeout: 2000 response_timeout: 2000
elasticsearch: elasticsearch-masters:
metadata: metadata:
elasticsearch: elasticsearch:
yml: yml:

View File

@ -23,7 +23,7 @@ zammad-scheduler:
start_on_create: true start_on_create: true
zammad-railsserver: zammad-railsserver:
scale: 1 scale: 1
tart_on_create: true start_on_create: true
zammad-websocket: zammad-websocket:
scale: 1 scale: 1
start_on_create: true start_on_create: true