diff --git a/charts/uptime-kuma/templates/deployment.yaml b/charts/uptime-kuma/templates/deployment.yaml index 3dc466a..59d4563 100644 --- a/charts/uptime-kuma/templates/deployment.yaml +++ b/charts/uptime-kuma/templates/deployment.yaml @@ -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: