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 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: