Skip to content

Commit 7f0e743

Browse files
remove live probe since its not needed
1 parent 1c41fe3 commit 7f0e743

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

argo/example-app/deployments/deployment.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@ spec:
2626
imagePullPolicy: Always
2727
ports:
2828
- containerPort: 5000
29-
livenessProbe:
30-
httpGet:
31-
path: /status
32-
port: 5000
33-
initialDelaySeconds: 3
34-
periodSeconds: 3
3529
resources:
3630
requests:
3731
memory: "64Mi"

0 commit comments

Comments
 (0)