diff --git a/uptimekuma/templates/deployment.yaml b/uptimekuma/templates/deployment.yaml index c1ab954..d9e75b8 100644 --- a/uptimekuma/templates/deployment.yaml +++ b/uptimekuma/templates/deployment.yaml @@ -25,11 +25,11 @@ spec: volumeMounts: - mountPath: /app/data name: storage - livenessProbe: - exec: - command: - - node - - extra/healthcheck.js + #livenessProbe: + #exec: + #command: + #- node + #- extra/healthcheck.js readinessProbe: httpGet: path: / @@ -39,4 +39,4 @@ spec: volumes: - name: storage persistentVolumeClaim: - claimName: uptimekuma-pvc \ No newline at end of file + claimName: uptimekuma-pvc