feat(shlink): add probes on health endpoint (#1672)
This commit is contained in:
@@ -28,7 +28,7 @@ name: shlink
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/shlinkio/shlink
|
- https://github.com/shlinkio/shlink
|
||||||
type: application
|
type: application
|
||||||
version: 0.0.4
|
version: 0.0.5
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- utilities
|
- utilities
|
||||||
|
|||||||
@@ -18,6 +18,14 @@ service:
|
|||||||
targetPort: 10153
|
targetPort: 10153
|
||||||
port: 10153
|
port: 10153
|
||||||
|
|
||||||
|
probes:
|
||||||
|
liveness:
|
||||||
|
path: "/rest/health"
|
||||||
|
readiness:
|
||||||
|
path: "/rest/health"
|
||||||
|
startup:
|
||||||
|
path: "/rest/health"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
DEFAULT_DOMAIN: ""
|
DEFAULT_DOMAIN: ""
|
||||||
GEOLITE_LICENSE_KEY: ""
|
GEOLITE_LICENSE_KEY: ""
|
||||||
|
|||||||
Reference in New Issue
Block a user