Skip to content

Commit

Permalink
Merge pull request #94 from maximepiton/perf-use-new-healthcheck
Browse files Browse the repository at this point in the history
(perf): use new healthcheck
  • Loading branch information
dirsigler authored Mar 20, 2023
2 parents 6139ec5 + ea6df3b commit 6656b6d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/uptime-kuma/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ name: uptime-kuma
sources:
- https://github.com/louislam/uptime-kuma
type: application
version: 2.5.9
version: 2.6.9
3 changes: 1 addition & 2 deletions charts/uptime-kuma/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ spec:
livenessProbe:
exec:
command:
- node
- extra/healthcheck.js
- extra/healthcheck
timeoutSeconds: {{ .Values.livenessProbe.timeoutSeconds}}
initialDelaySeconds: {{ .Values.livenessProbe.initialDelaySeconds}}
{{ end }}
Expand Down
3 changes: 1 addition & 2 deletions charts/uptime-kuma/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ spec:
livenessProbe:
exec:
command:
- node
- extra/healthcheck.js
- extra/healthcheck
timeoutSeconds: {{ .Values.livenessProbe.timeoutSeconds}}
initialDelaySeconds: {{ .Values.livenessProbe.initialDelaySeconds}}
readinessProbe:
Expand Down

0 comments on commit 6656b6d

Please sign in to comment.