Skip to content

Commit

Permalink
add: docs on ingress setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMcKenzie committed Sep 27, 2024
1 parent e09a0ad commit 0418add
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,8 @@ which can be modified to suit your needs, install the chart:
helm install ditto-bp ditto/big-peer -f values.yaml
```

This above command will install the Big Peer chart with the release name `ditto-bp`.

For ingress to work, you will need to have a working ingress controller in your cluster.
and then you can create an ingress resource that points to the k8s service in your install called
ditto-bp-hydra-subscription and map to port `8080`.

0 comments on commit 0418add

Please sign in to comment.