You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
447 B

  1. eShop Web Shopping Aggregator installed.
  2. ----------------------------------------
  3. This API is not directly exposed outside cluster. If need to access it use:
  4. export POD_NAME=$(kubectl get pods --namespace {{ .Release.Namespace }} -l "app={{ template "webshoppingagg.name" . }},release={{ .Release.Name }}" -o jsonpath="{.items[0].metadata.name}")
  5. echo "Visit http://127.0.0.1:8080 to use your application"
  6. kubectl port-forward $POD_NAME 8080:80