diff --git a/devops/gc/deploy/templates/deployment.yaml b/devops/gc/deploy/templates/deployment.yaml
index b0ee0ecfdf96ff889a65714e3cd61bb95e4dbec0..4b5cb89df06b672e05ccd56832f6d875a5b5c6c5 100644
--- a/devops/gc/deploy/templates/deployment.yaml
+++ b/devops/gc/deploy/templates/deployment.yaml
@@ -54,12 +54,12 @@ spec:
           runAsNonRoot: true
         ports:
         - containerPort: 8080
-      #  livenessProbe:
-      #    httpGet:
-      #      path: /health
-      #      port: 8080
-        #  initialDelaySeconds: 270
-        #  periodSeconds: 10
+        livenessProbe:
+          httpGet:
+            path: /health
+            port: 8080
+          initialDelaySeconds: 60
+          periodSeconds: 10
         resources:
           requests:
             cpu: {{ .Values.data.requestsCpu | quote }}