aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStaffan Olsson <staffan@repos.se>2017-08-07 08:36:04 +0200
committerStaffan Olsson <staffan@repos.se>2017-08-08 08:35:00 +0200
commitc20adc0a6cfc54e91db66271ef7b7481d4ff7f0a (patch)
tree083bd70a75be58b2c236394e59d919759c664730
parent2f946b26f308d2ee6e3eb2b0d307c30b98a462a4 (diff)
downloadkubernetes-kafka-c20adc0a6cfc54e91db66271ef7b7481d4ff7f0a.tar.gz
kubernetes-kafka-c20adc0a6cfc54e91db66271ef7b7481d4ff7f0a.tar.bz2
kubernetes-kafka-c20adc0a6cfc54e91db66271ef7b7481d4ff7f0a.zip
Adds liveness probes identical to readiness
-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 a08587d..60fcc31 100644
--- a/addon-cp/rest.yml
+++ b/addon-cp/rest.yml
@@ -28,6 +28,10 @@ spec:
httpGet:
path: /
port: 80
+ livenessProbe:
+ httpGet:
+ path: /
+ port: 80
ports:
- containerPort: 80
volumeMounts:
diff --git a/addon-cp/schemas.yml b/addon-cp/schemas.yml
index 8265640..4d99ce0 100644
--- a/addon-cp/schemas.yml
+++ b/addon-cp/schemas.yml
@@ -28,6 +28,10 @@ spec:
httpGet:
path: /
port: 80
+ livenessProbe:
+ httpGet:
+ path: /
+ port: 80
ports:
- containerPort: 80
volumeMounts: