feat(shlink): add probes on health endpoint (#1672)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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: ""
|
||||
|
||||
Reference in New Issue
Block a user