Prod hardening and K8s drafts: auth fail-close, DB pool, init/schema split, prod init guard

This commit is contained in:
2026-06-27 20:41:41 -05:00
parent 744830c3cd
commit 49bf370d41
9 changed files with 346 additions and 257 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"apiVersion": "v1",
"kind": "Service",
"metadata": {
"name": "la-huasca-ts",
"namespace": "la-huasca-ts"
},
"spec": {
"ports": [
{
"port": 80,
"targetPort": "http",
"protocol": "TCP",
"name": "http"
}
],
"selector": {
"app": "la-huasca-ts"
}
}
}