add tester ui, and restructure folders

This commit is contained in:
2026-05-13 17:00:00 -03:00
parent 7c5aa14409
commit 6652cb26e6
17 changed files with 2656 additions and 1251 deletions

View File

@@ -12,10 +12,14 @@ resources:
- gateway.yaml
# Generate the gateway Caddyfile ConfigMap from the standalone file.
# Hash suffix is on by default — when Caddyfile changes, the ConfigMap gets
# a new hashed name, kustomize rewrites the Deployment volume reference,
# and the gateway pod restarts automatically with the new config.
# Hash suffix disabled so the name stays static — lets Tilt group it under
# the 'infra' resource (no "uncategorized" pill). Trade-off: pod doesn't
# auto-restart on Caddyfile change; the Tiltfile has a local_resource
# 'gateway-reload' that does `kubectl rollout restart` whenever Caddyfile
# is edited, so the experience is the same in practice.
configMapGenerator:
- name: gateway-config
files:
- Caddyfile
options:
disableNameSuffixHash: true