maintenance(metis): raise remote pod timeout for recovery builds

This commit is contained in:
jenkins 2026-04-24 00:01:43 -03:00
parent c0a4cbf03e
commit 85d15cd3e1
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ data:
METIS_ALLOWED_GROUPS: admin,maintenance
METIS_MAX_DEVICE_BYTES: "1000000000000"
METIS_NAMESPACE: maintenance
METIS_REMOTE_POD_TIMEOUT_SEC: "1800"
METIS_REMOTE_POD_TIMEOUT_SEC: "7200"
METIS_RUNNER_IMAGE_AMD64: registry.bstein.dev/bstein/metis:0.1.0-93-amd64
METIS_RUNNER_IMAGE_ARM64: registry.bstein.dev/bstein/metis:0.1.0-93-arm64
METIS_HARBOR_REGISTRY: registry.bstein.dev

View File

@ -18,7 +18,7 @@ spec:
prometheus.io/scrape: "true"
prometheus.io/port: "8080"
prometheus.io/path: "/metrics"
metis.bstein.dev/config-rev: "2026-04-23-02"
metis.bstein.dev/config-rev: "2026-04-23-03"
vault.hashicorp.com/agent-inject: "true"
vault.hashicorp.com/agent-pre-populate-only: "true"
vault.hashicorp.com/role: "maintenance"