Skip to content

Commit

Permalink
chore: publish the liveness detector image (#1989)
Browse files Browse the repository at this point in the history
  • Loading branch information
olevski authored Oct 2, 2024
1 parent acaa998 commit e6461b7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions chartpress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ charts:
- git-https-proxy
- k8s-watcher
- secrets-mount
- liveness-detector
images:
renku-notebooks:
contextPath: .
Expand Down Expand Up @@ -59,3 +60,8 @@ charts:
valuesPath: notebooks.ssh.image
paths:
- ssh-jump-host
liveness-detector:
contextPath: liveness-detector
dockerfilePath: liveness-detector/Dockerfile
paths:
- liveness-detector
2 changes: 1 addition & 1 deletion liveness-detector/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ EXPOSE 8888

ENTRYPOINT ["/shell-hook.sh"]

CMD ["uvicorn", "liveness_detector:app", "--port", 8888]
CMD ["uvicorn", "liveness_detector:app", "--port", "8888"]

0 comments on commit e6461b7

Please sign in to comment.