Skip to content

Commit

Permalink
Link to listening port instructions in chart docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
leechristensen authored Aug 30, 2024
1 parent 26d4591 commit 6f80e9b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/nemesis_chart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6f80e9b

Please sign in to comment.