keycloak: restrict to worker rpis with titan-24 fallback
This commit is contained in:
parent
88c7a1c2aa
commit
598bdfc727
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user