Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 304 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 304 Bytes

k8s / Helm Deployment

Try locally

minikube start
kubectl config use-context minikube
helm init --wait

# in the k8s directory
helm install -f titiler/Chart.yaml titiler

For more info about K8S cluster and node configuration please see: #212