Skip to content

Commit 555afee

Browse files
committed
Merge pull request #146 from mboersma/readiness-check
feat(manifests): add k8s readiness check
2 parents 11d45c6 + b5db4e6 commit 555afee

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

manifests/deis-workflow-rc.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ spec:
1717
containers:
1818
- name: deis-workflow
1919
image: quay.io/deisci/workflow:v2-alpha
20+
readinessProbe:
21+
httpGet:
22+
path: /health-check
23+
port: 8000
24+
initialDelaySeconds: 30
25+
timeoutSeconds: 1
2026
livenessProbe:
2127
httpGet:
2228
path: /health-check

0 commit comments

Comments
 (0)