Consolidated variables in the .env.example and added the worker to a customizable list

This commit is contained in:
2025-07-05 13:22:00 +02:00
parent 6e99cd64f9
commit f6c138c46e
6 changed files with 95 additions and 103 deletions

View File

@ -2,7 +2,7 @@
This guide describes how to deploy a Kubernetes cluster tailored to my environment using the provided `redbutton.sh` script.
Just be sure to edit the variables in the `redbutton.sh` script. I think you can scale this out by adding more hosts and adjusting the for loop but I haven't tried it yet. I needed three machines and that is what I worked with.
Just be sure to edit the variables in the `redbutton.sh` script. I think you can scale this out by adding more hosts and adjusting the for loop but I haven't tried it yet. I needed four machines and that is what I worked with.
## ⚙️ Pre-requisites
@ -29,7 +29,9 @@ This setup will create a Kubernetes cluster with the following topology and comp
To initiate the deployment, run the provided script:
```bash
echo "CF_API=YourSuperSecretAPIKey" > .env
cp .env.example .env
echo "export CF_API=YourSuperSecretAPIKey" >> .env
chmod +x redbutton.sh