Skip to content

Commit

Permalink
UPSTREAM: <carry>: Add qosClass to operator CSV
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Stäbler <cstabler@redhat.com>
(cherry picked from commit 382acc0)
(cherry picked from commit 2ae0e84)
(cherry picked from commit 5ccb81b)
  • Loading branch information
creydr committed Sep 7, 2022
1 parent ab56679 commit 55e599e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,10 @@ spec:
image: quay.io/openshift/origin-kubernetes-nmstate-operator:4.10
imagePullPolicy: Always
name: nmstate-operator
resources: {}
resources:
requests:
cpu: 60m
memory: 30Mi
nodeSelector:
node-role.kubernetes.io/master: ""
serviceAccountName: nmstate-operator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,10 @@ spec:
image: quay.io/openshift/origin-kubernetes-nmstate-operator:4.11
imagePullPolicy: Always
name: nmstate-operator
resources: {}
resources:
requests:
cpu: 60m
memory: 30Mi
nodeSelector:
node-role.kubernetes.io/master: ""
serviceAccountName: nmstate-operator
Expand Down

0 comments on commit 55e599e

Please sign in to comment.