From 0cef4798d1e9e7e57ef32774715be4d0152af93d Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Tue, 17 Jan 2023 16:46:57 +0100 Subject: [PATCH] fix(monitoring): Add pod priority class to push prometheus --- infrastructure/monitoring/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/monitoring/release.yaml b/infrastructure/monitoring/release.yaml index 19c73a321..b80b1ee34 100644 --- a/infrastructure/monitoring/release.yaml +++ b/infrastructure/monitoring/release.yaml @@ -232,5 +232,5 @@ data: runAsNonRoot: true runAsUser: 1000 fsGroup: 2000 - priorityClassName: "" + priorityClassName: "system-cluster-critical" thanos: {} -- GitLab