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/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
+30 -19
View File
@@ -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: