@arkhera30/cli 0.5.2 → 0.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/guides/index.json +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -770,7 +770,7 @@ var READER_SERVICE = ` # \u2500\u2500 Reader \u2500\u2500\u2500\u2500\u2500\u25
|
|
|
770
770
|
reservations:
|
|
771
771
|
memory: 32m
|
|
772
772
|
healthcheck:
|
|
773
|
-
test: ["CMD", "wget
|
|
773
|
+
test: ["CMD-SHELL", "wget -qO /dev/null http://localhost:8400/health"]
|
|
774
774
|
interval: 30s
|
|
775
775
|
timeout: 5s
|
|
776
776
|
start_period: 10s
|
package/guides/index.json
CHANGED