diff --git a/helm/templates/web-deployment.yaml b/helm/templates/web-deployment.yaml index 2397a5b36..d68ced4d5 100644 --- a/helm/templates/web-deployment.yaml +++ b/helm/templates/web-deployment.yaml @@ -99,12 +99,12 @@ spec: httpGet: path: /-/health/live/ port: http - initialDelaySeconds: 15 + initialDelaySeconds: 15 readinessProbe: httpGet: path: /-/health/ready/ port: http - initialDelaySeconds: 15 + initialDelaySeconds: 15 resources: requests: cpu: 100m