[ceph-rook] Update Rook and increase ceph-mon memory limit

This change updates Rook to the 1.13.3 release. It also increases
the memory limit for ceph-mon pods deployed by Rook to prevent
pod restarts due to liveness probe failures that sometimes result
from probes causing ceph-mon pods to hit their memory limit.

Change-Id: Ib7d28fd866a51cbc5ad0d7320ae2ef4a831276aa
This commit is contained in:
Stephen Taylor 2024-01-26 13:09:15 -07:00
parent 5baf273c9b
commit 2d15cb4fdf

View File

@ -15,7 +15,7 @@
set -xe
# Specify the Rook release tag to use for the Rook operator here
ROOK_RELEASE=v1.12.4
ROOK_RELEASE=v1.13.3
: ${CEPH_OSD_DATA_DEVICE:="/dev/loop100"}
@ -444,10 +444,10 @@ cephClusterSpec:
mon:
limits:
cpu: "250m"
memory: "100Mi"
memory: "256Mi"
requests:
cpu: "250m"
memory: "50Mi"
memory: "128Mi"
osd:
limits:
cpu: "500m"