chore(bootstrap): Updated README

This commit is contained in:
Daniël Groothuis
2025-10-23 14:48:22 +02:00
parent 4b0b30d47b
commit edb8accdca

View File

@@ -32,3 +32,15 @@ The repository is organized as follows:
`/manifests/artemis` Hosts all Kubernetes manifests for the Artemis cluster. `/manifests/artemis` Hosts all Kubernetes manifests for the Artemis cluster.
`/clusters/artemis/cluster.yaml` General cluster configuration for the Artemis cluster. `/clusters/artemis/cluster.yaml` General cluster configuration for the Artemis cluster.
## Adding a new Application
To add a new application to any of the clusters, run the following commands:
```shell
chmod +x ./init-app.sh
./init-app.sh
```
This will prompt you to enter the name of the application and the cluster you want to add it to. The script will then create the necessary files and directories for the application.
It'll add a `.placeholder` file where the manifests will live.