diff --git a/devops/gc/deploy/templates/deployment.yaml b/devops/gc/deploy/templates/deployment.yaml
index b0df5140dfdcf8a4cad6b1b5e3f1b8201db2ce4e..aab9ac9729a9ad12381f1ff7a6439ca03d0df59e 100644
--- a/devops/gc/deploy/templates/deployment.yaml
+++ b/devops/gc/deploy/templates/deployment.yaml
@@ -57,7 +57,9 @@ spec:
         livenessProbe:
           httpGet:
             path: /health
-            port: 8080
+            port: 8081
+          initialDelaySeconds: 30
+          periodSeconds: 10
         resources:
           requests:
             cpu: {{ .Values.data.requestsCpu | quote }}