diff --git a/devops/gc/deploy/templates/deployment.yaml b/devops/gc/deploy/templates/deployment.yaml index 97e5dcc2e765d6cba544e603ecd0e718600651e4..f18b9b7f3c321d3095a69b53480e0fcc90c4d883 100644 --- a/devops/gc/deploy/templates/deployment.yaml +++ b/devops/gc/deploy/templates/deployment.yaml @@ -56,7 +56,7 @@ spec: - containerPort: 8080 livenessProbe: httpGet: - path: /health + path: /api/storage/v2/health port: 8080 initialDelaySeconds: 250 periodSeconds: 10