vaultwarden: avoid suspect workers

This commit is contained in:
jenkins 2026-05-10 04:27:48 -03:00
parent b0bd29696e
commit 92fbe0ebdf
2 changed files with 23 additions and 1 deletions

View File

@ -324,7 +324,7 @@ spec:
- name: ARIADNE_SCHEDULE_NEXTCLOUD_MAINTENANCE
value: "30 4 * * *"
- name: ARIADNE_SCHEDULE_VAULTWARDEN_SYNC
value: "0 * * * *"
value: "*/15 * * * *"
- name: ARIADNE_SCHEDULE_WGER_USER_SYNC
value: "*/15 * * * *"
- name: ARIADNE_SCHEDULE_WGER_ADMIN

View File

@ -35,8 +35,30 @@ spec:
spec:
serviceAccountName: vaultwarden-vault
nodeSelector:
hardware: rpi5
kubernetes.io/arch: arm64
node-role.kubernetes.io/worker: "true"
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: kubernetes.io/hostname
operator: NotIn
values:
- titan-06
- titan-18
preferredDuringSchedulingIgnoredDuringExecution:
- weight: 100
preference:
matchExpressions:
- key: kubernetes.io/hostname
operator: In
values:
- titan-05
- titan-07
- titan-08
- titan-11
containers:
- name: vaultwarden
image: vaultwarden/server:1.35.2