From b70986e7d1770b4b5e64b21bb351e89d6048ebb6 Mon Sep 17 00:00:00 2001 From: Carlos Natalino <carlos.natalino@chalmers.se> Date: Tue, 6 Sep 2022 12:09:06 +0200 Subject: [PATCH] Removing probes not available for the monitoring component. --- manifests/monitoringservice.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/manifests/monitoringservice.yaml b/manifests/monitoringservice.yaml index 7f0bee9ef..19ce31d11 100644 --- a/manifests/monitoringservice.yaml +++ b/manifests/monitoringservice.yaml @@ -40,12 +40,12 @@ spec: value: "1000" - name: QDB_CAIRO_MAX_UNCOMMITTED_ROWS value: "100000" - readinessProbe: - exec: - command: ["curl", "-XGET", "localhost:9000"] - livenessProbe: - exec: - command: ["curl", "-XGET", "localhost:9003/metrics"] + # readinessProbe: + # exec: + # command: ["curl", "-XGET", "localhost:9000"] + # livenessProbe: + # exec: + # command: ["curl", "-XGET", "localhost:9003/metrics"] resources: requests: cpu: 250m -- GitLab