You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here you got chart NOTES.txt inivoked after chart installation to forward port 8081 to 80 in the pod:
1. Get the application URL by running these commands:
export POD_NAME=$(kubectl get pods --namespace default -l "app.kubernetes.io/name=nexus-repository-manager,app.kubernetes.io/instance=nexus" -o jsonpath="{.items[0].metadata.name}")
kubectl --namespace default port-forward $POD_NAME 8081:80
Your application is available at http://127.0.0.1
but pod which is created by chart is listening on port 8081 (as here
Here you got chart NOTES.txt inivoked after chart installation to forward port 8081 to 80 in the pod:
but pod which is created by chart is listening on port 8081 (as here
helm3-charts/charts/nexus-repository-manager/values.yaml
Line 45 in 777489d
This line
helm3-charts/charts/nexus-repository-manager/templates/NOTES.txt
Line 18 in 777489d
and line
helm3-charts/charts/nexus-repository-manager/templates/NOTES.txt
Line 19 in 777489d
The text was updated successfully, but these errors were encountered: