Commit b70986e7 authored by Carlos Natalino's avatar Carlos Natalino
Browse files

Removing probes not available for the monitoring component.

parent 78a0d166
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -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