diff --git a/charts/ycast/1.1.0/templates/deployment.yaml b/charts/ycast/1.1.0/templates/deployment.yaml index 41976d0..f595ce2 100644 --- a/charts/ycast/1.1.0/templates/deployment.yaml +++ b/charts/ycast/1.1.0/templates/deployment.yaml @@ -42,10 +42,16 @@ spec: httpGet: path: / port: http + periodSeconds: 10 + successThreshold: 1 + timeoutSeconds: 5 readinessProbe: httpGet: path: / port: http + periodSeconds: 10 + successThreshold: 1 + timeoutSeconds: 5 resources: {{- toYaml .Values.resources | nindent 12 }} volumeMounts: