Skip to content

Commit

Permalink
Merge pull request #708 from dehort/add_translator_host_as_parameter
Browse files Browse the repository at this point in the history
Add translator host and port as parameters
  • Loading branch information
coderbydesign authored May 24, 2022
2 parents c3134f2 + 03813f8 commit 6cd989d
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions deploy/rbac-clowdapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -441,10 +441,6 @@ objects:
- --ean-translator-addr
- http://${TENANT_TRANSLATOR_HOST}:${TENANT_TRANSLATOR_PORT}
env:
- name: TENANT_TRANSLATOR_HOST
value: ${TENANT_TRANSLATOR_HOST}
- name: TENANT_TRANSLATOR_PORT
value: ${TENANT_TRANSLATOR_PORT}
- name: LOG_FORMAT
value: ${LOG_FORMAT}
- name: LOG_BATCH_FREQUENCY
Expand All @@ -471,10 +467,6 @@ objects:
- --ean-translator-addr
- http://${TENANT_TRANSLATOR_HOST}:${TENANT_TRANSLATOR_PORT}
env:
- name: TENANT_TRANSLATOR_HOST
value: ${TENANT_TRANSLATOR_HOST}
- name: TENANT_TRANSLATOR_PORT
value: ${TENANT_TRANSLATOR_PORT}
- name: LOG_FORMAT
value: ${LOG_FORMAT}
- name: LOG_BATCH_FREQUENCY
Expand Down Expand Up @@ -2085,3 +2077,7 @@ parameters:
- description: Enable RBAC tenancy using Org ID
name: AUTHENTICATE_WITH_ORG_ID
value: 'False'
- name: TENANT_TRANSLATOR_HOST
required: true
- name: TENANT_TRANSLATOR_PORT
value: '8892'

0 comments on commit 6cd989d

Please sign in to comment.