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

Latest commit

 

History

History
33 lines (26 loc) · 1.16 KB

README.md

File metadata and controls

33 lines (26 loc) · 1.16 KB

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"