init commit

This commit is contained in:
2026-04-12 07:19:48 -03:00
commit 9dbf89da02
111 changed files with 14925 additions and 0 deletions

16
ctrl/k8s/kind-config.yaml Normal file
View File

@@ -0,0 +1,16 @@
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
name: unt
nodes:
- role: control-plane
extraPortMappings:
# UI — entry point for the app
- containerPort: 30040
hostPort: 8040
listenAddress: "127.0.0.1"
protocol: TCP
# Langfuse observability
- containerPort: 30030
hostPort: 3000
listenAddress: "127.0.0.1"
protocol: TCP