This commit is contained in:
2026-03-23 11:13:30 -03:00
parent 8186bb5fe6
commit 71fd0510de
34 changed files with 1373 additions and 104 deletions

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

@@ -0,0 +1,15 @@
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
name: mpr
nodes:
- role: control-plane
extraPortMappings:
# Gateway → http://k8s.mpr.local.ar (bind to 127.0.0.2 to avoid conflict with docker-compose on 127.0.0.1:80)
- containerPort: 30080
hostPort: 80
listenAddress: "127.0.0.2"
protocol: TCP
# Redis
- containerPort: 30379
hostPort: 6382
protocol: TCP