Ansible provisions the k3d cluster and Flux controllers; Terraform modules deploy the simulated fleet and ground warehouse. Compose and k3d share var/t1 (live lake) and var/t3 (warehouse). The prototype gains a live mode fed by the explorer read-only SQL API.
11 lines
216 B
YAML
11 lines
216 B
YAML
apiVersion: source.toolkit.fluxcd.io/v1
|
|
kind: GitRepository
|
|
metadata:
|
|
name: swarm-house
|
|
namespace: flux-system
|
|
spec:
|
|
interval: 1m
|
|
url: https://git.produktor.io/eSlider/swarm-house.git
|
|
ref:
|
|
branch: main
|