Compare commits
1 commit
7bb54c5d69
...
18a6ff1c58
Author | SHA1 | Date | |
---|---|---|---|
18a6ff1c58 |
1 changed files with 7 additions and 7 deletions
|
@ -31,17 +31,17 @@ spec:
|
||||||
requiredDuringSchedulingIgnoredDuringExecution:
|
requiredDuringSchedulingIgnoredDuringExecution:
|
||||||
- labelSelector:
|
- labelSelector:
|
||||||
matchExpressions:
|
matchExpressions:
|
||||||
- key: app
|
- key: app
|
||||||
operator: In
|
operator: In
|
||||||
values:
|
values:
|
||||||
- fip-controller
|
- fip-controller
|
||||||
topologyKey: kubernetes.io/hostname
|
topologyKey: kubernetes.io/hostname
|
||||||
nodeAffinity:
|
nodeAffinity:
|
||||||
requiredDuringSchedulingIgnoredDuringExecution:
|
requiredDuringSchedulingIgnoredDuringExecution:
|
||||||
nodeSelectorTerms:
|
nodeSelectorTerms:
|
||||||
- matchExpressions:
|
- matchExpressions:
|
||||||
- key: node-role.kubernetes.io/control-plane
|
- key: node-role.kubernetes.io/control-plane
|
||||||
operator: Exists
|
operator: Exists
|
||||||
serviceAccountName: fip-controller
|
serviceAccountName: fip-controller
|
||||||
containers:
|
containers:
|
||||||
- name: fip-controller
|
- name: fip-controller
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue