From db33d095af1333167dc18239866026942692601f Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sat, 21 Jan 2023 12:39:31 +0000 Subject: [PATCH] Update deployment.yaml --- uptimekuma/templates/deployment.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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