Changeset 0.28.8 (#194)

This commit is contained in:
2026-03-15 23:43:36 +00:00
parent 3237d55e0c
commit 128cbb8174
25 changed files with 1157 additions and 863 deletions

View File

@@ -89,6 +89,14 @@ ingress:
tls:
enabled: false
secretName: ""
# Traefik retry middleware (auto-applied when className=traefik).
# The Middleware CRD is always created. Set annotateIngress: true to wire
# it to the ingress. Only enable after confirming the middleware CRD exists
# (Traefik invalidates the entire router if a referenced middleware is missing).
retry:
attempts: 2
initialInterval: 100ms
annotateIngress: false
# ── Auth ───────────────────────────────────
auth: