first commit

This commit is contained in:
2026-08-21 08:37:51 -03:00
commit 881a99b0a8
214 changed files with 61407 additions and 0 deletions

10
k8s/regional/pdb.yaml Normal file
View File

@@ -0,0 +1,10 @@
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: ${APP_NAME}-regional
namespace: ${K8S_NAMESPACE}
spec:
minAvailable: ${PDB_MIN_AVAILABLE}
selector:
matchLabels:
app: ${APP_NAME}-regional