Deploy chathistory microservice on Kubernetes cluster

Deploy on Kubernetes

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