feature/sso #4
@ -16,6 +16,17 @@ spec:
|
|||||||
labels:
|
labels:
|
||||||
app: oauth2-proxy
|
app: oauth2-proxy
|
||||||
spec:
|
spec:
|
||||||
|
nodeSelector:
|
||||||
|
node-role.kubernetes.io/worker: "true"
|
||||||
|
affinity:
|
||||||
|
nodeAffinity:
|
||||||
|
preferredDuringSchedulingIgnoredDuringExecution:
|
||||||
|
- weight: 90
|
||||||
|
preference:
|
||||||
|
matchExpressions:
|
||||||
|
- key: hardware
|
||||||
|
operator: In
|
||||||
|
values: ["rpi5","rpi4"]
|
||||||
containers:
|
containers:
|
||||||
- name: oauth2-proxy
|
- name: oauth2-proxy
|
||||||
image: quay.io/oauth2-proxy/oauth2-proxy:v7.6.0
|
image: quay.io/oauth2-proxy/oauth2-proxy:v7.6.0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user