This is an automated email from the ASF dual-hosted git repository. lewismc pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tika-helm.git
commit 4d318f1eb605c90817b65ab3af0f4a1bd4a56066 Author: Lewis John McGibbney <[email protected]> AuthorDate: Wed Apr 21 12:24:02 2021 -0700 Update README.md --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fb7b31f..9e47c6b 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,21 @@ in which case you may need to augment the commands below. `helm repo add tika https://apache.jfrog.io/artifactory/tika` * Install it: - - with Helm 3: `helm install tika tika/tika --version ${release_version}` + - with Helm 3: `helm install tika tika/tika --version ${release_version}`, you will see something like +``` +% helm install tika tika/tika --version 1.26 -n tika-test +NAME: tika +LAST DEPLOYED: Wed Apr 21 12:15:50 2021 +NAMESPACE: tika-test +STATUS: deployed +REVISION: 1 +NOTES: +1. Get the application URL by running these commands: + export POD_NAME=$(kubectl get pods --namespace tika-test -l "app.kubernetes.io/name=tika,app.kubernetes.io/instance=tika" -o jsonpath="{.items[0].metadata.name}") + export CONTAINER_PORT=$(kubectl get pod --namespace tika-test $POD_NAME -o jsonpath="{.spec.containers[0].ports[0].containerPort}") + echo "Visit http://127.0.0.1:9998 to use your application" + kubectl --namespace tika-test port-forward $POD_NAME 9998:$CONTAINER_PORT +``` ### Install development version using master branch
