Skip to content

Commit 5fc33f4

Browse files
committed
Uses dedicated endpoints, default options for now
1 parent 419c629 commit 5fc33f4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

consumers-prometheus/kafka-minion.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,10 @@ spec:
4040
- name: http
4141
containerPort: 8080
4242
readinessProbe:
43-
failureThreshold: 1
4443
httpGet:
4544
port: http
46-
path: /metrics
45+
path: /readycheck
4746
livenessProbe:
48-
failureThreshold: 3
4947
httpGet:
5048
port: http
51-
path: /metrics
49+
path: /healthcheck

0 commit comments

Comments
 (0)