diff --git a/services/cassandra/backend-deployment.yaml b/services/cassandra/backend-deployment.yaml index 69e5a755e..1ffa7a682 100644 --- a/services/cassandra/backend-deployment.yaml +++ b/services/cassandra/backend-deployment.yaml @@ -22,7 +22,7 @@ spec: labels: app: cassandra-backend annotations: - cassandra.bstein.dev/redeploy: "2026-08-02-0.8.123-program-hint-coverage" + cassandra.bstein.dev/redeploy: "2026-08-02-0.8.125-generator-observability" vault.hashicorp.com/agent-inject: "true" vault.hashicorp.com/agent-init-first: "true" vault.hashicorp.com/agent-pre-populate-only: "true" diff --git a/services/cassandra/configmap.yaml b/services/cassandra/configmap.yaml index 40c0c3fd4..b0ad8064a 100644 --- a/services/cassandra/configmap.yaml +++ b/services/cassandra/configmap.yaml @@ -21,8 +21,8 @@ data: CASSANDRA_OWNER_USER_ID_ALIASES: veles-dev=d357688e-e3e4-4f18-9491-a4ed5622deb6;a21a286c-6c82-4180-9243-7c916442ecf0=d357688e-e3e4-4f18-9491-a4ed5622deb6 CASSANDRA_SIM_IMAGE: registry.bstein.dev/cassandra/cassandra-sim-worker:0.8.125 # {"$imagepolicy": "cassandra:cassandra-sim-worker"} CASSANDRA_GENERATOR_WORKER_IMAGE: registry.bstein.dev/cassandra/cassandra-generator-worker:0.8.125 # {"$imagepolicy": "cassandra:cassandra-generator-worker"} - CASSANDRA_SIM_WORKER_VERSION: "0.8.123" - CASSANDRA_GENERATOR_WORKER_VERSION: "0.8.123" + CASSANDRA_SIM_WORKER_VERSION: "0.8.125" + CASSANDRA_GENERATOR_WORKER_VERSION: "0.8.125" CASSANDRA_STRATEGY_SPEC_HINT_INTERPRETATION_TIMEOUT: "420" CASSANDRA_SIM_SERVICE_ACCOUNT: cassandra-sim CASSANDRA_GENERATOR_WORKER_SERVICE_ACCOUNT: cassandra-generator @@ -33,7 +33,7 @@ data: CASSANDRA_SIM_TOLERATIONS: veles.bstein.dev/simulation=true:NoSchedule CASSANDRA_GENERATOR_WORKER_TOLERATIONS: veles.bstein.dev/simulation=true:NoSchedule CASSANDRA_SIM_ACTIVE_DEADLINE_SECONDS: "7200" - CASSANDRA_GENERATOR_WORKER_ACTIVE_DEADLINE_SECONDS: "7200" + CASSANDRA_GENERATOR_WORKER_ACTIVE_DEADLINE_SECONDS: "14400" CASSANDRA_SIM_TTL_SECONDS: "3600" CASSANDRA_GENERATOR_WORKER_TTL_SECONDS: "600" CASSANDRA_SIM_CPU_REQUEST: 500m