🔨(tilt) improve local stack

Improve the local tilt file in order to be abble to start all thing
without any dependencies to DINUM environment
This commit is contained in:
Jacques ROUSSEL
2024-12-06 12:18:51 +01:00
committed by aleb_the_flash
parent ed4f7dcf6c
commit 0ad37ee6de
9 changed files with 753 additions and 413 deletions

View File

@@ -118,6 +118,8 @@ $ make build-k8s-cluster
Once the Kubernetes cluster is ready, start the application stack locally:
```shell
$ make start-tilt
or
$ make start-tilt-keycloak # start stack without Pro Connect, use keycloak
```
These commands set up and run your application environment using Tilt for local Kubernetes development.