3 Commits

Author SHA1 Message Date
2b0d4b1a06 Update Helm release gitea to v12
All checks were successful
lint-and-test-charts / lint-test (pull_request) Successful in 18s
2025-05-18 01:50:47 +00:00
5b572dcf4c change probe 2025-05-17 20:44:01 -05:00
2a3e59cb7c disable probe 2025-05-17 20:41:35 -05:00

View File

@@ -73,7 +73,9 @@ ntfy:
spec:
exec:
command:
- CMD-SHELL
- /usr/bin/env
- sh
- -c
- wget -q --tries=1 http://localhost:80/v1/health -O - | grep -Eo '\"healthy\"\\s*:\\s*true' || exit 1
failureThreshold: 5
initialDelaySeconds: 60