fix(blocky): disable probes until next release (#3886)
This commit is contained in:
@@ -26,7 +26,7 @@ sources:
|
|||||||
- https://github.com/0xERR0R/blocky
|
- https://github.com/0xERR0R/blocky
|
||||||
- https://github.com/Mozart409/blocky-frontend
|
- https://github.com/Mozart409/blocky-frontend
|
||||||
- https://hub.docker.com/r/spx01/blocky
|
- https://hub.docker.com/r/spx01/blocky
|
||||||
version: 1.0.1
|
version: 1.0.2
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- network
|
- network
|
||||||
|
|||||||
@@ -37,27 +37,38 @@ blocky:
|
|||||||
|
|
||||||
probes:
|
probes:
|
||||||
liveness:
|
liveness:
|
||||||
enabled:
|
enabled: false
|
||||||
custom: true
|
# TODO: Enable after v0.20 is released.
|
||||||
spec:
|
# Current version does not include the healthcheck command
|
||||||
exec:
|
# enabled: true
|
||||||
command:
|
# custom: true
|
||||||
- /app/blocky
|
# spec:
|
||||||
- healthcheck
|
# exec:
|
||||||
|
# command:
|
||||||
|
# - /app/blocky
|
||||||
|
# - healthcheck
|
||||||
readiness:
|
readiness:
|
||||||
custom: true
|
enabled: false
|
||||||
spec:
|
# TODO: Enable after v0.20 is released.
|
||||||
exec:
|
# Current version does not include the healthcheck command
|
||||||
command:
|
# enabled: true
|
||||||
- /app/blocky
|
# custom: true
|
||||||
- healthcheck
|
# spec:
|
||||||
|
# exec:
|
||||||
|
# command:
|
||||||
|
# - /app/blocky
|
||||||
|
# - healthcheck
|
||||||
startup:
|
startup:
|
||||||
custom: true
|
enabled: false
|
||||||
spec:
|
# TODO: Enable after v0.20 is released.
|
||||||
exec:
|
# Current version does not include the healthcheck command
|
||||||
command:
|
# enabled: true
|
||||||
- /app/blocky
|
# custom: true
|
||||||
- healthcheck
|
# spec:
|
||||||
|
# exec:
|
||||||
|
# command:
|
||||||
|
# - /app/blocky
|
||||||
|
# - healthcheck
|
||||||
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
|
|||||||
Reference in New Issue
Block a user