From 0418add84e9b2d1a527974cd42d78e15da72b076 Mon Sep 17 00:00:00 2001 From: ChrisMcKenzie Date: Fri, 27 Sep 2024 11:22:33 -0500 Subject: [PATCH] add: docs on ingress setup --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 412fdc8..49c575b 100644 --- a/README.md +++ b/README.md @@ -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`.