Skip to content

Commit d0f2eae

Browse files
committed
feat: Add Meilisearch domain argument and environment variable to the resource indexer deployment.
1 parent 68cc460 commit d0f2eae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/base/resource-indexer/deployment.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ spec:
2727
- --nats-tls-ca=$(NATS_TLS_CA)
2828
- --nats-tls-cert=$(NATS_TLS_CERT)
2929
- --nats-tls-key=$(NATS_TLS_KEY)
30+
- --meilisearch-domain=$(MEILISEARCH_DOMAIN)
3031
env:
3132
- name: NATS_URL
3233
value: "nats://nats.nats-system.svc.cluster.local:4222"
@@ -44,6 +45,8 @@ spec:
4445
value: "search-indexer"
4546
- name: NATS_STREAM_NAME
4647
value: "AUDIT_EVENTS"
48+
- name: MEILISEARCH_DOMAIN
49+
value: "http://meilisearch.meilisearch-system.svc.cluster.local:7700"
4750
envFrom:
4851
- secretRef:
4952
name: search-indexer

0 commit comments

Comments
 (0)