Skip to content

Commit

Permalink
refactor: Use system-cluster-critical priority for rook-ceph (#1254)
Browse files Browse the repository at this point in the history
  • Loading branch information
gracedo authored May 17, 2023
1 parent 617330a commit 5218231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/rook-ceph/1.11.4/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ data:
# https://rook.io/docs/rook/latest/Troubleshooting/disaster-recovery/#restoring-crds-after-deletion
enabled: true
priorityClassName: "dkp-critical-priority"
priorityClassName: "system-cluster-critical"
resources:
limits:
cpu: 750m
Expand Down

0 comments on commit 5218231

Please sign in to comment.