Try circumventing miniflux readiness

This commit is contained in:
Jack Jackson 2025-04-07 15:53:40 -07:00
parent d379cafc7b
commit 5e1bf66aeb

View File

@ -51,14 +51,14 @@ spec:
- name: http - name: http
containerPort: {{ .Values.service.port }} containerPort: {{ .Values.service.port }}
protocol: TCP protocol: TCP
livenessProbe: # livenessProbe:
httpGet: # httpGet:
path: / # path: /
port: http # port: http
readinessProbe: # readinessProbe:
httpGet: # httpGet:
path: / # path: /
port: http # port: http
resources: resources:
{{- toYaml .Values.resources | nindent 12 }} {{- toYaml .Values.resources | nindent 12 }}
{{- with .Values.volumeMounts }} {{- with .Values.volumeMounts }}