local env done

This commit is contained in:
2026-05-13 15:21:37 -03:00
parent 55aa31eff5
commit 7c5aa14409
10 changed files with 97 additions and 3 deletions

12
ctrl/k8s/base/Caddyfile Normal file
View File

@@ -0,0 +1,12 @@
{
auto_https off
admin off
}
eth.local.ar:80 {
reverse_proxy docs:80
}
minio.eth.local.ar:80 {
reverse_proxy minio:9001
}