Skip to content
This repository has been archived by the owner on Jun 10, 2021. It is now read-only.
/ tegola-chart Public archive

Helm 3 chart for Tegola vector tile server.

License

Notifications You must be signed in to change notification settings

DAXGRID/tegola-chart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tegola helm chart

Helm 3 chart for Tegola.

Note

Moved to here

Install/Upgrade

First add the repo

helm repo add dax https://daxgrid.github.io/charts/
helm repo update

Parse in your Tengola config file as config.

helm upgrade --install my-release-name dax/tegola \
     --set-file config=./config.toml

Parameters

Parameters for the helm chart.

Parameter Description Default
config The config.toml file for Tegola ""
service.type Service type LoadBalancer
service.externalPort External port 80
storage.enabled Enable storage false
storage.size Storage size 1Gi
storage.className Storage class ""
storage.path Mount path "/data"

Releases

No releases published

Packages

No packages published