aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--addon-cp/rest.yml4
-rw-r--r--addon-cp/schemas.yml4
2 files changed, 8 insertions, 0 deletions
diff --git a/addon-cp/rest.yml b/addon-cp/rest.yml
index a450eab..a08587d 100644
--- a/addon-cp/rest.yml
+++ b/addon-cp/rest.yml
@@ -24,6 +24,10 @@ spec:
command:
- kafka-rest-start
- /etc/kafka-rest/kafka-rest.properties
+ readinessProbe:
+ httpGet:
+ path: /
+ port: 80
ports:
- containerPort: 80
volumeMounts:
diff --git a/addon-cp/schemas.yml b/addon-cp/schemas.yml
index 00bd62f..8265640 100644
--- a/addon-cp/schemas.yml
+++ b/addon-cp/schemas.yml
@@ -24,6 +24,10 @@ spec:
command:
- schema-registry-start
- /etc/schema-registry/schema-registry.properties
+ readinessProbe:
+ httpGet:
+ path: /
+ port: 80
ports:
- containerPort: 80
volumeMounts: