fix: route dev frontend through k3sctl catalog

This commit is contained in:
Codex
2026-05-18 10:55:06 +00:00
parent 76f6b9fd01
commit 51c1576aa3
6 changed files with 82 additions and 3 deletions
@@ -1,6 +1,7 @@
server {
listen 8080;
server_name _;
resolver 127.0.0.11 valid=30s ipv6=off;
# The dev frontend is intentionally reached through the existing backend-core
# microservice proxy so the public port does not need direct access to D601.