Skip to content

Commit

Permalink
add: docs for ingress on a local docker desktop install
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMcKenzie committed Sep 27, 2024
1 parent 309a054 commit 1a5ea78
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,19 @@ which can be modified to suit your needs, install the chart:

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

### Ingress

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`.

If you are deploying to something like Kubernetes for Docker Desktop, you will have to port-forward port 8080 from the
ditto-bp-hydra-subscription service to your local machine.
```bash
kubectl port-forward svc/ditto-bp-hydra-subscription 8080
```


### Notes on dependencies

The `big-peer` chart has a few third-party dependencies that we include in the chart for ease of use and to ensure compatibility. but if you have these dependencies already installed in your cluster, you can disable the installation of these dependencies by setting the `enable` values to `false` in the values file for the respective dependency.
Expand Down

0 comments on commit 1a5ea78

Please sign in to comment.