Compare commits

...

2 commits

Author SHA1 Message Date
fb74166c86 Update docker.io/pretix/standalone Docker tag to v2024.11
All checks were successful
/ Ansible Lint (pull_request) Successful in 2m52s
/ Ansible Lint (push) Successful in 2m55s
2026-03-11 00:16:50 +00:00
904c50c17c
fux alert: set for to 2min
All checks were successful
/ Ansible Lint (push) Successful in 2m28s
2026-03-10 21:45:52 +01:00
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ groups:
description: "The job {{ $labels.job }} on target: {{ $labels.instance }} has been flaky over the last 24 hours."
- alert: ProbeFailed
expr: group by(instance, job, ip) (probe_success{org="fux"} == 0)
for: 1m
for: 2m
labels:
severity: critical
org: fux

View file

@ -25,7 +25,7 @@ services:
backend:
pretix:
image: docker.io/pretix/standalone:2024.8
image: docker.io/pretix/standalone:2024.11
command: ["all"]
ports:
- "8345:80"