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
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 }}