diff --git a/kubernetes/flux/config/flux.yaml b/kubernetes/flux/config/flux.yaml index 8747699b5..6786de802 100644 --- a/kubernetes/flux/config/flux.yaml +++ b/kubernetes/flux/config/flux.yaml @@ -78,15 +78,11 @@ spec: containers: - name: manager readinessProbe: - httpGet: - path: /healthz/healthz periodSeconds: 15 timeoutSeconds: 30 failureThreshold: 10 successThreshold: 1 livenessProbe: - httpGet: - path: /healthz/readyz periodSeconds: 15 timeoutSeconds: 30 failureThreshold: 10