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.

9 lines
427 B

  1. eShop Marketing API 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 "marketing-api.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