Loading manifests/monitoringservice.yaml +6 −6 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
manifests/monitoringservice.yaml +6 −6 Original line number Diff line number Diff line Loading @@ -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 Loading