Skip to content

Commit

Permalink
Enable high level dispatch implementation (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
dehort authored Dec 1, 2023
1 parent c33ae6e commit b0531bb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions deploy/clowdapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,11 @@ objects:
- name: TENANT_TRANSLATOR_PORT
value: ${TENANT_TRANSLATOR_PORT}

- name: INVENTORY_CONNECTOR_IMPL
value: ${INVENTORY_CONNECTOR_IMPL}
- name: SOURCES_CONNECTOR_IMPL
value: ${SOURCES_CONNECTOR_IMPL}

resources:
limits:
cpu: ${CPU_LIMIT}
Expand Down Expand Up @@ -337,6 +342,10 @@ parameters:
- name: TENANT_TRANSLATOR_IMPL
value: impl

- name: INVENTORY_CONNECTOR_IMPL
value: impl
- name: SOURCES_CONNECTOR_IMPL
value: impl

# Used for testing in ephemeral environments only.
- name: PSK_AUTH_TEST
Expand Down

0 comments on commit b0531bb

Please sign in to comment.