Skip to content

Commit 68576bd

Browse files
committed
Update deploy-demo.yml for Azure Pipelines
1 parent c2829a9 commit 68576bd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.devops/deploy-demo.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,13 @@ steps:
6262
name: ccc-oss-graphqlworkshop
6363
ports:
6464
- containerPort: 80
65+
startupProbe:
66+
httpGet:
67+
path: /graphql/?query=%7Bsessions%7Bnodes%7Btitle%7D%7D%7D
68+
port: 80
69+
failureThreshold: 30
70+
periodSeconds: 10
71+
6572
---
6673
apiVersion: v1
6774
kind: Service

0 commit comments

Comments
 (0)