diff --git a/deployment/helm/Chart.yaml b/deployment/helm/Chart.yaml new file mode 100644 index 0000000000..9f8b3ab39b --- /dev/null +++ b/deployment/helm/Chart.yaml @@ -0,0 +1,7 @@ +apiVersion: v2 +name: ftl +description: A Helm chart for FTL + +type: application + +version: 0.1.0 diff --git a/deployment/helm/README.md b/deployment/helm/README.md new file mode 100644 index 0000000000..c8d0aa9283 --- /dev/null +++ b/deployment/helm/README.md @@ -0,0 +1,26 @@ +# Apply Helm to K3D + +Create a K3D cluster: +``` +k3d registry create registry.localhost --port 5000 +k3d cluster create --api-port 6550 -p "8892:80@loadbalancer" --agents 2 \ + --registry-use k3d-registry.localhost:5000 \ + --registry-config <(cat <