Skip to content

Commit

Permalink
[uptime-kuma] Disable all probes temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
wissamataleh committed Aug 22, 2021
1 parent d8104d4 commit 4747b85
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions charts/uptime-kuma/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,17 @@ spec:
- name: http
containerPort: 3001
protocol: TCP
livenessProbe:
initialDelaySeconds: 120
periodSeconds: 10
exec:
command:
- "node"
- "extra/healthcheck.js"
readinessProbe:
httpGet:
path: /
port: http
# livenessProbe:
# initialDelaySeconds: 120
# periodSeconds: 10
# exec:
# command:
# - "node"
# - "extra/healthcheck.js"
# readinessProbe:
# httpGet:
# path: /
# port: http
resources:
{{- toYaml .Values.resources | nindent 12 }}
volumeMounts:
Expand Down

0 comments on commit 4747b85

Please sign in to comment.