diff --git a/charts/fleet/templates/deployment.yaml b/charts/fleet/templates/deployment.yaml index 4cf6d9246e..7f658cce7c 100644 --- a/charts/fleet/templates/deployment.yaml +++ b/charts/fleet/templates/deployment.yaml @@ -269,10 +269,16 @@ spec: httpGet: path: /healthz port: {{ .Values.fleet.listenPort }} + {{- if .Values.fleet.tls.enabled }} + scheme: HTTPS + {{- end }} readinessProbe: httpGet: path: /healthz port: {{ .Values.fleet.listenPort }} + {{- if .Values.fleet.tls.enabled }} + scheme: HTTPS + {{- end }} {{- if or (.Values.fleet.tls.enabled) (.Values.mysql.tls.enabled) (eq .Values.osquery.logging.statusPlugin "filesystem") (eq .Values.osquery.logging.resultPlugin "filesystem") }} volumeMounts: - name: tmp