feat(shlink): add probes on health endpoint (#1672)

This commit is contained in:
Stavros Kois
2022-01-10 19:11:21 +02:00
committed by GitHub
parent d866bdb36a
commit eefb12e100
2 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ name: shlink
sources:
- https://github.com/shlinkio/shlink
type: application
version: 0.0.4
version: 0.0.5
annotations:
truecharts.org/catagories: |
- utilities
+8
View File
@@ -18,6 +18,14 @@ service:
targetPort: 10153
port: 10153
probes:
liveness:
path: "/rest/health"
readiness:
path: "/rest/health"
startup:
path: "/rest/health"
env:
DEFAULT_DOMAIN: ""
GEOLITE_LICENSE_KEY: ""