Welcome to the Helm chart repository for KataGo Server - a high-performance REST API server for KataGo, written in Rust.
helm repo add katago-server https://stubbi.github.io/katago-server
helm repo update
helm install my-katago-server katago-server/katago-server
helm install my-katago-server katago-server/katago-server \
--set config.logLevel=debug \
--set resources.limits.cpu=4000m \
--set resources.limits.memory=2Gi
The chart supports extensive configuration options. Common configurations include:
For all configuration options, see the chart documentation.
View available chart versions in index.yaml.