A lowly tech priest's attempt to please Mars
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: prefer to run immich on the quiet node

+9
+9
kubernetes/apps/office/immich/helmrelease.yaml
··· 28 28 runAsNonRoot: true 29 29 seccompProfile: 30 30 type: RuntimeDefault 31 + affinity: 32 + preferredDuringSchedulingIgnoredDuringExecution: 33 + - weight: 1 34 + preference: 35 + matchExpressions: 36 + - key: node.proteus/noise-level 37 + operator: In 38 + values: 39 + - quiet 31 40 32 41 immich: 33 42 metrics: