fix(blocky): disable probes until next release (#3886)

This commit is contained in:
Stavros Kois
2022-09-25 12:45:49 +02:00
committed by GitHub
parent 50306a5c5c
commit 58cea5a026
2 changed files with 31 additions and 20 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ sources:
- https://github.com/0xERR0R/blocky
- https://github.com/Mozart409/blocky-frontend
- https://hub.docker.com/r/spx01/blocky
version: 1.0.1
version: 1.0.2
annotations:
truecharts.org/catagories: |
- network
+30 -19
View File
@@ -37,27 +37,38 @@ blocky:
probes:
liveness:
enabled:
custom: true
spec:
exec:
command:
- /app/blocky
- healthcheck
enabled: false
# TODO: Enable after v0.20 is released.
# Current version does not include the healthcheck command
# enabled: true
# custom: true
# spec:
# exec:
# command:
# - /app/blocky
# - healthcheck
readiness:
custom: true
spec:
exec:
command:
- /app/blocky
- healthcheck
enabled: false
# TODO: Enable after v0.20 is released.
# Current version does not include the healthcheck command
# enabled: true
# custom: true
# spec:
# exec:
# command:
# - /app/blocky
# - healthcheck
startup:
custom: true
spec:
exec:
command:
- /app/blocky
- healthcheck
enabled: false
# TODO: Enable after v0.20 is released.
# Current version does not include the healthcheck command
# enabled: true
# custom: true
# spec:
# exec:
# command:
# - /app/blocky
# - healthcheck
service:
main: