blob: 6f6b085149282afd946f272062aca154bf5222fd [file] [log] [blame]
{{/*
Copyright 2022-present Open Networking Foundation
SPDX-License-Identifier: Apache-2.0
*/}}
1. Get the application URL by running these commands:
export NODE_IP=$(kubectl get nodes --namespace {{ .Release.Namespace }} -l app.kubernetes.io/name=person-detection-app -o jsonpath="{.items[*].status.podIP}")
echo http://$NODE_IP:5000