activate health endpoints

This commit is contained in:
2022-09-09 23:07:01 +02:00
parent 68ba68fb46
commit c33f80b448
3 changed files with 6 additions and 6 deletions
Dockerfile
chart/bitwarden-crd-operator

@ -29,5 +29,5 @@ USER bw-operator
RUN set -eux; \
pip install -r requirements.txt
ENTRYPOINT [ "/home/bw-operator/.local/bin/kopf", "run" ]
ENTRYPOINT [ "/home/bw-operator/.local/bin/kopf", "run", "--liveness=http://0.0.0.0:8080/healthz" ]
CMD [ "/home/bw-operator/bitwarden-crd-operator.py" ]