From 6f80e9bd36e8dd496dad0e06c76a4efe91c46b21 Mon Sep 17 00:00:00 2001 From: Lee Chagolla-Christensen Date: Thu, 29 Aug 2024 22:17:43 -0700 Subject: [PATCH] Link to listening port instructions in chart docs. --- docs/nemesis_chart.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/nemesis_chart.md b/docs/nemesis_chart.md index b2e80c9..1f5549f 100644 --- a/docs/nemesis_chart.md +++ b/docs/nemesis_chart.md @@ -5,7 +5,9 @@ The [`nemesis` Helm chart](https://github.com/SpecterOps/Nemesis/tree/main/helm/ helm install --repo https://specterops.github.io/Nemesis/ nemesis nemesis --timeout '45m' --set operation.nemesisHttpServer="https://192.168.6.9:443/" ``` -Set `operation.nemesisHttpServer` to the IP you'll be accessing the server from. By default, the value is set to `https://127.0.0.1:443/` for local deployments. You can delete the `--set` parameter if you want the default value. +Set `operation.nemesisHttpServer` to the IP you'll be accessing the server from. You can delete the `--set` parameter if you want to use the default value of `https://127.0.0.1:443/` for local deployments. + +**Note:** You can change Nemesis's listening port following [these instructions](setup.md#optional-change-nemesiss-listening-port). ## Verify Installation