maintenance: resume soteria with bounded scheduler
This commit is contained in:
parent
4e048becb0
commit
8ea20da36e
@ -17,6 +17,8 @@ data:
|
|||||||
SOTERIA_ALLOWED_GROUPS: admin,maintenance
|
SOTERIA_ALLOWED_GROUPS: admin,maintenance
|
||||||
SOTERIA_BACKUP_MAX_AGE_HOURS: "24"
|
SOTERIA_BACKUP_MAX_AGE_HOURS: "24"
|
||||||
SOTERIA_METRICS_REFRESH_SECONDS: "300"
|
SOTERIA_METRICS_REFRESH_SECONDS: "300"
|
||||||
|
SOTERIA_POLICY_EVAL_SECONDS: "1800"
|
||||||
|
SOTERIA_POLICY_BACKUPS_PER_CYCLE: "1"
|
||||||
SOTERIA_B2_ENABLED: "true"
|
SOTERIA_B2_ENABLED: "true"
|
||||||
SOTERIA_B2_SECRET_NAMESPACE: maintenance
|
SOTERIA_B2_SECRET_NAMESPACE: maintenance
|
||||||
SOTERIA_B2_SECRET_NAME: soteria-restic
|
SOTERIA_B2_SECRET_NAME: soteria-restic
|
||||||
|
|||||||
@ -7,7 +7,7 @@ metadata:
|
|||||||
labels:
|
labels:
|
||||||
app: soteria
|
app: soteria
|
||||||
spec:
|
spec:
|
||||||
replicas: 0
|
replicas: 1
|
||||||
revisionHistoryLimit: 3
|
revisionHistoryLimit: 3
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
@ -17,7 +17,7 @@ spec:
|
|||||||
labels:
|
labels:
|
||||||
app: soteria
|
app: soteria
|
||||||
annotations:
|
annotations:
|
||||||
soteria.bstein.dev/config-revision: "2026-04-13-restic-v1"
|
soteria.bstein.dev/config-revision: "2026-07-14-bounded-restart"
|
||||||
spec:
|
spec:
|
||||||
serviceAccountName: soteria
|
serviceAccountName: soteria
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user