keycloak: restrict to worker rpis with titan-24 fallback

This commit is contained in:
Brad Stein 2025-12-06 01:44:23 -03:00
parent 88c7a1c2aa
commit 598bdfc727

View File

@ -24,6 +24,8 @@ spec:
- key: hardware - key: hardware
operator: In operator: In
values: ["rpi5","rpi4"] values: ["rpi5","rpi4"]
- key: node-role.kubernetes.io/worker
operator: Exists
- matchExpressions: - matchExpressions:
- key: kubernetes.io/hostname - key: kubernetes.io/hostname
operator: In operator: In