Skip to content

Commit 2f946b2

Browse files
committed
Adds readiness probes
1 parent 4ee79a4 commit 2f946b2

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

addon-cp/rest.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ spec:
2424
command:
2525
- kafka-rest-start
2626
- /etc/kafka-rest/kafka-rest.properties
27+
readinessProbe:
28+
httpGet:
29+
path: /
30+
port: 80
2731
ports:
2832
- containerPort: 80
2933
volumeMounts:

addon-cp/schemas.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ spec:
2424
command:
2525
- schema-registry-start
2626
- /etc/schema-registry/schema-registry.properties
27+
readinessProbe:
28+
httpGet:
29+
path: /
30+
port: 80
2731
ports:
2832
- containerPort: 80
2933
volumeMounts:

0 commit comments

Comments
 (0)