K8s health utilities for cic containers

This commit is contained in:
Louis Holbrook
2021-04-21 17:34:13 +00:00
parent 3ee84f780e
commit 1bc7cde1f0
21 changed files with 471 additions and 6 deletions

View File

@@ -53,3 +53,5 @@ COPY cic-eth/crypto_dev_signer_config/ /usr/local/etc/crypto-dev-signer/
RUN git clone https://gitlab.com/grassrootseconomics/cic-contracts.git && \
mkdir -p /usr/local/share/cic/solidity && \
cp -R cic-contracts/abis /usr/local/share/cic/solidity/abi
COPY util/liveness/health.sh /usr/local/bin/health.sh