[READ-ONLY] Mirror of https://github.com/maybeanerd/home-cluster. IAC for a kubernetes cluster hosted at home. status.cluster.diluz.io
hacktoberfest
1

Configure Feed

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

feat(home assistant): add node affinity

Sebastian Di Luzio (Jul 6, 2025, 1:32 PM +0200) cd64172a 7267fedd

+10 -1
+10 -1
charts/home-assistant/values.yaml
··· 66 66 67 67 tolerations: [] 68 68 69 - affinity: {} 69 + affinity: 70 + nodeAffinity: 71 + preferredDuringSchedulingIgnoredDuringExecution: 72 + - weight: 1 73 + preference: 74 + matchExpressions: 75 + - key: kubernetes.io/role 76 + operator: In 77 + values: 78 + - worker 70 79 71 80 persistence: 72 81 enabled: true