Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 531 Bytes

File metadata and controls

11 lines (8 loc) · 531 Bytes

Deploy nginx on kubernetes cluster

Deploy on Xeon

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