Merge "Update versions of addons"
[icn.git] / deploy / nodus / icn / nfn-operator-affinity-patch.json
1 [
2     { 
3         "op": "replace",
4         "path": "/spec/template/spec/affinity",
5         "value": { 
6             "podAffinity": { 
7                 "requiredDuringSchedulingIgnoredDuringExecution": [{ 
8                     "labelSelector": { 
9                         "matchExpressions": [{
10                             "key": "app",
11                             "operator": "In",
12                             "values": ["ovn-control-plane"]
13                         }]
14                     },
15                     "topologyKey": "kubernetes.io/hostname"
16                 }]
17             }
18         }
19     }
20 ]
21
22