From 5e1bf66aebccbf16766a15d67e64643806b3d17a Mon Sep 17 00:00:00 2001 From: Jack Jackson Date: Mon, 7 Apr 2025 15:53:40 -0700 Subject: [PATCH] Try circumventing miniflux readiness --- charts/miniflux/templates/deployment.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/miniflux/templates/deployment.yaml b/charts/miniflux/templates/deployment.yaml index dbcd1d8..30cb22d 100644 --- a/charts/miniflux/templates/deployment.yaml +++ b/charts/miniflux/templates/deployment.yaml @@ -51,14 +51,14 @@ spec: - name: http containerPort: {{ .Values.service.port }} protocol: TCP - livenessProbe: - httpGet: - path: / - port: http - readinessProbe: - httpGet: - path: / - port: http + # livenessProbe: + # httpGet: + # path: / + # port: http + # readinessProbe: + # httpGet: + # path: / + # port: http resources: {{- toYaml .Values.resources | nindent 12 }} {{- with .Values.volumeMounts }}