Add new infra architecture 13

This commit is contained in:
Urtzi Alfaro
2026-01-21 23:16:19 +01:00
parent 66dfd50fbc
commit aeff6b1537
22 changed files with 552 additions and 151 deletions

View File

@@ -41,10 +41,10 @@ affinity:
# Production probe settings (more conservative)
probes:
readiness:
initialDelaySeconds: 15
initialDelaySeconds: 20
periodSeconds: 30
command: "drill @127.0.0.1 -p 53 example.org || echo 'DNS query test'"
command: "sh -c 'echo \"\" | nc -w 3 127.0.0.1 53 || exit 1'"
liveness:
initialDelaySeconds: 45
initialDelaySeconds: 60
periodSeconds: 60
command: "drill @127.0.0.1 -p 53 example.org || echo 'DNS query test'"
command: "sh -c 'echo \"\" | nc -w 3 127.0.0.1 53 || exit 1'"