K8s health utilities for cic containers
This commit is contained in:
10
apps/util/liveness/Makefile
Normal file
10
apps/util/liveness/Makefile
Normal file
@@ -0,0 +1,10 @@
|
||||
docs:
|
||||
mkdir -p doc/texinfo/html
|
||||
makeinfo doc/texinfo/index.texi --html -o doc/texinfo/html/
|
||||
|
||||
markdown: doc
|
||||
pandoc -f html -t markdown --standalone doc/texinfo/html/liveness.html -o README.md
|
||||
|
||||
|
||||
.PHONY dist:
|
||||
python setup.py sdist
|
||||
Reference in New Issue
Block a user