Skip to content

Commit b5db4e6

Browse files
committed
feat(manifests): add k8s readiness check
1 parent 3261297 commit b5db4e6

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)