Skip to content
Snippets Groups Projects
Commit b70986e7 authored by Carlos Natalino Da Silva's avatar Carlos Natalino Da Silva
Browse files

Removing probes not available for the monitoring component.

parent 78a0d166
No related branches found
No related tags found
1 merge request!54Release 2.0.0
...@@ -40,12 +40,12 @@ spec: ...@@ -40,12 +40,12 @@ spec:
value: "1000" value: "1000"
- name: QDB_CAIRO_MAX_UNCOMMITTED_ROWS - name: QDB_CAIRO_MAX_UNCOMMITTED_ROWS
value: "100000" value: "100000"
readinessProbe: # readinessProbe:
exec: # exec:
command: ["curl", "-XGET", "localhost:9000"] # command: ["curl", "-XGET", "localhost:9000"]
livenessProbe: # livenessProbe:
exec: # exec:
command: ["curl", "-XGET", "localhost:9003/metrics"] # command: ["curl", "-XGET", "localhost:9003/metrics"]
resources: resources:
requests: requests:
cpu: 250m cpu: 250m
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment