diff --git a/README.md b/README.md index 571e06a..1e3f590 100644 --- a/README.md +++ b/README.md @@ -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.