Skip to content

Commit

Permalink
remove pod affinity (#145)
Browse files Browse the repository at this point in the history
* remove pod affinity

* remove affinity from docs too
  • Loading branch information
maskarb authored Jul 5, 2022
1 parent e4b748b commit 2003f0e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
10 changes: 0 additions & 10 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,6 @@ spec:
labels:
control-plane: controller-manager
spec:
affinity:
podAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
- labelSelector:
matchExpressions:
- key: app
operator: In
values:
- koku-metrics-operator
topologyKey: kubernetes.io/hostname
containers:
- command:
- /manager
Expand Down
10 changes: 0 additions & 10 deletions docs/csv-description.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,16 +155,6 @@ If the `koku-metrics-operator` is configured to run in a restricted network, the
labels:
app: koku-metrics-operator
spec:
affinity:
podAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
- labelSelector:
matchExpressions:
- key: app
operator: In
values:
- koku-metrics-operator
topologyKey: kubernetes.io/hostname
volumes:
- name: koku-metrics-operator-reports
persistentVolumeClaim:
Expand Down

0 comments on commit 2003f0e

Please sign in to comment.