Skip to content

Commit

Permalink
fix: search ingestion (#1155)
Browse files Browse the repository at this point in the history
  • Loading branch information
gfyrag authored Jan 26, 2024
1 parent 7ceee06 commit 2e0fede
Show file tree
Hide file tree
Showing 71 changed files with 127 additions and 89 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ data:
doc: ${! if json().exists("document") { json("document") } else {""} }
script: ${! if json().exists("script") { json("script") } else {""} }
upsert: ${! if json().exists("upsert") { json("upsert") } else {""} }
params: ${! if json().exists("params") { json("params") } else {""} }
kind: ConfigMap
metadata:
labels:
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ spec:
value: $(LEDGER_POSTGRES_NO_DATABASE_URI)/$(LEDGER_POSTGRES_DATABASE)?sslmode=disable
- name: BROKER
value: kafka
image: public.ecr.aws/formance-internal/jeffail/benthos:v4.23.0-es
image: public.ecr.aws/formance-internal/jeffail/benthos:v4.23.1-es
imagePullPolicy: IfNotPresent
name: search-benthos
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ data:
doc: ${! if json().exists("document") { json("document") } else {""} }
script: ${! if json().exists("script") { json("script") } else {""} }
upsert: ${! if json().exists("upsert") { json("upsert") } else {""} }
params: ${! if json().exists("params") { json("params") } else {""} }
kind: ConfigMap
metadata:
labels:
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,7 @@ spec:
value: $(LEDGER_POSTGRES_NO_DATABASE_URI)/$(LEDGER_POSTGRES_DATABASE)?sslmode=disable
- name: BROKER
value: kafka
image: public.ecr.aws/formance-internal/jeffail/benthos:v4.23.0-es
image: public.ecr.aws/formance-internal/jeffail/benthos:v4.23.1-es
imagePullPolicy: IfNotPresent
name: search-benthos
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ data:
doc: ${! if json().exists("document") { json("document") } else {""} }
script: ${! if json().exists("script") { json("script") } else {""} }
upsert: ${! if json().exists("upsert") { json("upsert") } else {""} }
params: ${! if json().exists("params") { json("params") } else {""} }
kind: ConfigMap
metadata:
labels:
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ spec:
value: $(LEDGER_POSTGRES_NO_DATABASE_URI)/$(LEDGER_POSTGRES_DATABASE)?sslmode=disable
- name: BROKER
value: kafka
image: public.ecr.aws/formance-internal/jeffail/benthos:v4.23.0-es
image: public.ecr.aws/formance-internal/jeffail/benthos:v4.23.1-es
imagePullPolicy: IfNotPresent
name: search-benthos
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ data:
doc: ${! if json().exists("document") { json("document") } else {""} }
script: ${! if json().exists("script") { json("script") } else {""} }
upsert: ${! if json().exists("upsert") { json("upsert") } else {""} }
params: ${! if json().exists("params") { json("params") } else {""} }
kind: ConfigMap
metadata:
labels:
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,7 @@ spec:
value: $(LEDGER_POSTGRES_NO_DATABASE_URI)/$(LEDGER_POSTGRES_DATABASE)?sslmode=disable
- name: BROKER
value: kafka
image: public.ecr.aws/formance-internal/jeffail/benthos:v4.23.0-es
image: public.ecr.aws/formance-internal/jeffail/benthos:v4.23.1-es
imagePullPolicy: IfNotPresent
name: search-benthos
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ data:
doc: ${! if json().exists("document") { json("document") } else {""} }
script: ${! if json().exists("script") { json("script") } else {""} }
upsert: ${! if json().exists("upsert") { json("upsert") } else {""} }
params: ${! if json().exists("params") { json("params") } else {""} }
kind: ConfigMap
metadata:
labels:
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ spec:
value: $(LEDGER_POSTGRES_NO_DATABASE_URI)/$(LEDGER_POSTGRES_DATABASE)?sslmode=disable
- name: BROKER
value: kafka
image: public.ecr.aws/formance-internal/jeffail/benthos:v4.23.0-es
image: public.ecr.aws/formance-internal/jeffail/benthos:v4.23.1-es
imagePullPolicy: IfNotPresent
name: search-benthos
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ data:
doc: ${! if json().exists("document") { json("document") } else {""} }
script: ${! if json().exists("script") { json("script") } else {""} }
upsert: ${! if json().exists("upsert") { json("upsert") } else {""} }
params: ${! if json().exists("params") { json("params") } else {""} }
kind: ConfigMap
metadata:
labels:
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,7 @@ spec:
value: $(LEDGER_POSTGRES_NO_DATABASE_URI)/$(LEDGER_POSTGRES_DATABASE)?sslmode=disable
- name: BROKER
value: kafka
image: public.ecr.aws/formance-internal/jeffail/benthos:v4.23.0-es
image: public.ecr.aws/formance-internal/jeffail/benthos:v4.23.1-es
imagePullPolicy: IfNotPresent
name: search-benthos
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ data:
doc: ${! if json().exists("document") { json("document") } else {""} }
script: ${! if json().exists("script") { json("script") } else {""} }
upsert: ${! if json().exists("upsert") { json("upsert") } else {""} }
params: ${! if json().exists("params") { json("params") } else {""} }
kind: ConfigMap
metadata:
labels:
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
template:
metadata:
annotations:
stack.formance.cloud/volumes-hash: Zas1IqJbhfN4PIGns5xxVW6s2zu7A-qQ0uJgR82mbNQ=
stack.formance.cloud/volumes-hash: oAXxeJ9yZ42WF5KLqqbY5iIu425cXeLlIyAQnwTJV_4=
creationTimestamp: null
labels:
app.kubernetes.io/name: search-benthos
Expand Down Expand Up @@ -103,7 +103,7 @@ spec:
value: $(LEDGER_POSTGRES_NO_DATABASE_URI)/$(LEDGER_POSTGRES_DATABASE)?sslmode=disable
- name: BROKER
value: kafka
image: public.ecr.aws/formance-internal/jeffail/benthos:v4.23.0-es
image: public.ecr.aws/formance-internal/jeffail/benthos:v4.23.1-es
imagePullPolicy: IfNotPresent
name: search-benthos
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ data:
doc: ${! if json().exists("document") { json("document") } else {""} }
script: ${! if json().exists("script") { json("script") } else {""} }
upsert: ${! if json().exists("upsert") { json("upsert") } else {""} }
params: ${! if json().exists("params") { json("params") } else {""} }
kind: ConfigMap
metadata:
labels:
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
template:
metadata:
annotations:
stack.formance.cloud/volumes-hash: Zas1IqJbhfN4PIGns5xxVW6s2zu7A-qQ0uJgR82mbNQ=
stack.formance.cloud/volumes-hash: oAXxeJ9yZ42WF5KLqqbY5iIu425cXeLlIyAQnwTJV_4=
creationTimestamp: null
labels:
app.kubernetes.io/name: search-benthos
Expand Down Expand Up @@ -103,7 +103,7 @@ spec:
value: $(LEDGER_POSTGRES_NO_DATABASE_URI)/$(LEDGER_POSTGRES_DATABASE)?sslmode=disable
- name: BROKER
value: kafka
image: public.ecr.aws/formance-internal/jeffail/benthos:v4.23.0-es
image: public.ecr.aws/formance-internal/jeffail/benthos:v4.23.1-es
imagePullPolicy: IfNotPresent
name: search-benthos
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ data:
doc: ${! if json().exists("document") { json("document") } else {""} }
script: ${! if json().exists("script") { json("script") } else {""} }
upsert: ${! if json().exists("upsert") { json("upsert") } else {""} }
params: ${! if json().exists("params") { json("params") } else {""} }
kind: ConfigMap
metadata:
labels:
Expand Down
Loading

0 comments on commit 2e0fede

Please sign in to comment.