diff --git a/charts/cv/Chart.yaml b/charts/cv/Chart.yaml index 7daf3a3..d4c3f8a 100644 --- a/charts/cv/Chart.yaml +++ b/charts/cv/Chart.yaml @@ -9,7 +9,7 @@ appVersion: "latest" description: Helm chart for cv name: cv -version: 0.0.9 +version: 0.0.10 kubeVersion: ">=1.16.0-0" keywords: - cv diff --git a/charts/cv/values.yaml b/charts/cv/values.yaml index 119adc9..dd263d1 100644 --- a/charts/cv/values.yaml +++ b/charts/cv/values.yaml @@ -35,10 +35,28 @@ ingress: probes: liveness: enabled: true - initialDelaySeconds: 2 + custom: true + spec: + httpGet: + path: / + port: http + scheme: HTTP + timeoutSeconds: 1 + periodSeconds: 10 + successThreshold: 1 + failureThreshold: 3 readiness: enabled: true - initialDelaySeconds: 2 + custom: true + spec: + httpGet: + path: / + port: http + scheme: HTTP + timeoutSeconds: 1 + periodSeconds: 10 + successThreshold: 1 + failureThreshold: 3 startup: enabled: false