We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82a95ef commit 78146e7Copy full SHA for 78146e7
.github/workflows/cicd.yml
@@ -50,13 +50,13 @@ jobs:
50
action.destructive_requires_name: false
51
ports:
52
- 9202:9202
53
-
54
- healthcheck:
55
- test: ["CMD-SHELL", "curl -f http://localhost:9202 || exit 1"]
56
- interval: 10s
57
- timeout: 5s
58
- retries: 10
59
- start-period: 30s
+ options: >-
+ --health-cmd="curl -f http://localhost:9202/_cluster/health || exit 1"
+ --health-interval=10s
+ --health-timeout=5s
+ --health-retries=10
+ --ulimit nofile=65536:65536
+ --ulimit memlock=-1:-1
60
61
strategy:
62
matrix:
0 commit comments