Skip to content

Commit b07a365

Browse files
Merge pull request #9 from commercetools/fix-deployment
Fix connect.yaml
2 parents 1a36e87 + 98d2fb4 commit b07a365

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

connect.yaml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
deployAs:
22
- name: full-ingestion
33
applicationType: service
4-
endpoint: /
4+
endpoint: /fullSync
55
scripts:
66
postDeploy: npm install
77
configuration:
88
securedConfiguration:
9-
- key: COMMERCETOOLS_STORE_KEY
10-
description: Unique key of Commercetools Store
119
- key: CTP_PROJECT_KEY
1210
description: Commercetools project key
1311
- key: CTP_CLIENT_ID
@@ -22,7 +20,7 @@ deployAs:
2220
description: Escaped JSON object including credentails to search platform and other settings
2321
- name: incremental-updater
2422
applicationType: event
25-
endpoint: /
23+
endpoint: /deltaSync
2624
scripts:
2725
postDeploy: npm install && npm run connector:post-deploy
2826
preUndeploy: npm install && npm run connector:pre-undeploy
@@ -41,10 +39,4 @@ deployAs:
4139
- key: CTP_REGION
4240
description: Region of Commercetools project
4341
- key: SEARCH_PLATFORM_CONFIG
44-
description: Escaped JSON object including credentails to search platform and other settings
45-
- key: CONNECT_GCP_PROJECT_ID
46-
description: Google Cloud Project ID
47-
- key: CONNECT_GCP_TOPIC_NAME
48-
description: Pub/Sub topic name on Google Cloud Platform
49-
50-
42+
description: Escaped JSON object including credentails to search platform and other settings

0 commit comments

Comments
 (0)