maintenance: raise soteria restic worker limits

This commit is contained in:
jenkins 2026-07-14 16:11:55 -03:00
parent 31c70a16b5
commit 2ba6eccd6f
2 changed files with 5 additions and 1 deletions

View File

@ -12,6 +12,10 @@ data:
SOTERIA_S3_ENDPOINT: https://s3.us-west-004.backblazeb2.com SOTERIA_S3_ENDPOINT: https://s3.us-west-004.backblazeb2.com
SOTERIA_S3_REGION: us-west-004 SOTERIA_S3_REGION: us-west-004
SOTERIA_JOB_NODE_SELECTOR: longhorn-host=true,kubernetes.io/arch=arm64 SOTERIA_JOB_NODE_SELECTOR: longhorn-host=true,kubernetes.io/arch=arm64
SOTERIA_JOB_CPU_REQUEST: 100m
SOTERIA_JOB_CPU_LIMIT: "1"
SOTERIA_JOB_MEMORY_REQUEST: 256Mi
SOTERIA_JOB_MEMORY_LIMIT: 4Gi
SOTERIA_LONGHORN_URL: http://longhorn-backend.longhorn-system.svc:9500 SOTERIA_LONGHORN_URL: http://longhorn-backend.longhorn-system.svc:9500
SOTERIA_LONGHORN_BACKUP_MODE: incremental SOTERIA_LONGHORN_BACKUP_MODE: incremental
SOTERIA_AUTH_REQUIRED: "true" SOTERIA_AUTH_REQUIRED: "true"

View File

@ -17,7 +17,7 @@ spec:
labels: labels:
app: soteria app: soteria
annotations: annotations:
soteria.bstein.dev/config-revision: "2026-07-14-bounded-worker-placement" soteria.bstein.dev/config-revision: "2026-07-14-restic-worker-resources"
spec: spec:
serviceAccountName: soteria serviceAccountName: soteria
nodeSelector: nodeSelector: