Fab City OS Core Helm Chart for Kubernetes https://gitlab.fabcity.hamburg/software/fab-city-os-core-chart.git
Find a file
2022-06-15 15:47:41 +02:00
templates removed default helm chart templates 2022-06-08 11:37:46 +02:00
.envrc Initial commit 2022-05-17 14:38:47 +02:00
.gitignore gitignore helm temporary folders 2022-06-08 11:27:46 +02:00
.helmignore fixed helm deployment by blacklisting nix direnv 2022-06-15 15:22:25 +02:00
Chart.lock added PostgreSQL chart dependency 2022-06-15 15:47:41 +02:00
Chart.yaml added PostgreSQL chart dependency 2022-06-15 15:47:41 +02:00
default.nix Initial commit 2022-05-17 14:38:47 +02:00
flake.lock Initial commit 2022-05-17 14:38:47 +02:00
flake.nix Initial commit 2022-05-17 14:38:47 +02:00
k3d-fcos-dev.yaml updated k3d cluster config 2022-06-15 15:46:17 +02:00
README.md added readme notes 2022-06-08 11:35:47 +02:00
shell.nix removed k3s dependency since it's bundled with k3d 2022-06-08 11:26:22 +02:00
values.yaml added initial helm cart template values 2022-06-08 11:35:06 +02:00

Fab City OS Core Kubernetes Helm Chart

Development

System Dependencies

If you are using the Nix Package manager you only need to install direnv to automaticly load all dependencies.

Commands

Start the development cluster

k3d cluster create --config k3d-fcos-dev.yaml

Validate chart rendering

helm install --dry-run fcos-core .