From d629fa600f55192e7f60c198a8ad308e85bcde56 Mon Sep 17 00:00:00 2001 From: Michel Bathe Date: Fri, 18 Aug 2023 14:47:58 +0200 Subject: [PATCH] feat: add probes to helm chart --- charts/bitwarden-crd-operator/templates/deployment.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/charts/bitwarden-crd-operator/templates/deployment.yaml b/charts/bitwarden-crd-operator/templates/deployment.yaml index 0827229..707aec6 100644 --- a/charts/bitwarden-crd-operator/templates/deployment.yaml +++ b/charts/bitwarden-crd-operator/templates/deployment.yaml @@ -59,7 +59,6 @@ spec: httpGet: path: /healthz port: http - scheme: HTTP failureThreshold: {{ .Values.readinessProbe.failureThreshold }} initialDelaySeconds: {{ .Values.readinessProbe.initialDelaySeconds }} periodSeconds: {{ .Values.readinessProbe.periodSeconds }}