Compare commits
3 Commits
bbbd284102
...
2b0d4b1a06
Author | SHA1 | Date | |
---|---|---|---|
2b0d4b1a06
|
|||
5b572dcf4c | |||
2a3e59cb7c |
@@ -28,7 +28,7 @@ maintainers:
|
|||||||
- name: alexlebens
|
- name: alexlebens
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: gitea
|
- name: gitea
|
||||||
version: 11.0.1
|
version: 12.0.0
|
||||||
repository: https://dl.gitea.io/charts/
|
repository: https://dl.gitea.io/charts/
|
||||||
- name: app-template
|
- name: app-template
|
||||||
alias: renovate
|
alias: renovate
|
||||||
|
@@ -73,7 +73,9 @@ ntfy:
|
|||||||
spec:
|
spec:
|
||||||
exec:
|
exec:
|
||||||
command:
|
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
|
- wget -q --tries=1 http://localhost:80/v1/health -O - | grep -Eo '\"healthy\"\\s*:\\s*true' || exit 1
|
||||||
failureThreshold: 5
|
failureThreshold: 5
|
||||||
initialDelaySeconds: 60
|
initialDelaySeconds: 60
|
||||||
|
Reference in New Issue
Block a user