Prod hardening and K8s drafts: auth fail-close, DB pool, init/schema split, prod init guard
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user