Deploy Agent microservice on Kubernetes cluster

Deploy on Kubernetes

export HFTOKEN="insert-your-huggingface-token-here"
helm install agent oci://ghcr.io/opea-project/charts/agent --set global.HUGGINGFACEHUB_API_TOKEN=${HFTOKEN} -f gaudi-values.yaml