Skip to content

Commit

Permalink
Deploy indexer with one unit
Browse files Browse the repository at this point in the history
  • Loading branch information
arturo-seijas committed Nov 13, 2024
1 parent 3e69ca2 commit 61383c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ async def opensearch_provider_fixture(
) -> typing.AsyncGenerator[Application, None]:
"""Deploy the opensearch charm."""
application = await machine_model.deploy(
"opensearch", application_name="opensearch", channel="2/edge", num_units=2
"wazuh-indexer", application_name="wazuh-indexer", channel="latest/edge", num_units=1
)
await machine_model.integrate(self_signed_certificates.name, application.name)
await machine_model.create_offer(f"{application.name}:opensearch-client", application.name)
Expand Down

0 comments on commit 61383c3

Please sign in to comment.