Skip to content

Commit b64104b

Browse files
committed
Adds liveness probes identicall to readiness
1 parent 2f946b2 commit b64104b

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
@@ -28,6 +28,10 @@ spec:
2828
httpGet:
2929
path: /
3030
port: 80
31+
livenessProbe:
32+
httpGet:
33+
path: /
34+
port: 80
3135
ports:
3236
- containerPort: 80
3337
volumeMounts:

addon-cp/schemas.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ spec:
2828
httpGet:
2929
path: /
3030
port: 80
31+
livenessProbe:
32+
httpGet:
33+
path: /
34+
port: 80
3135
ports:
3236
- containerPort: 80
3337
volumeMounts:

0 commit comments

Comments
 (0)