Skip to content

datafruits/infra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

infra

the goal here is to migrate the datafruits infrastructure to kubernetes

i plan to do this using helmsman, which allows for desired-state based administration of kubernetes clusters with helm charts.

it's possible to use multiple configuration files instead of one big one, but it introduces some problems with having to duplicate shared settings and there's no inbuilt mechanism in TOML or YAML for referencing other files, so for now I'm going to keep everything in helmsman.yaml.

there are already charts built for postgres and traefik (for ingress), but we need to build out our own for everything else.

the charts dir contains the templates created when running helm create <chart-name>.

the values dir contains (empty) YAML files which will eventually be populated with the values we want to use to configure our deployments. Read more

About

datafruits infrastructure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages