image:
pullPolicy: IfNotPresent
repository: miniflux/miniflux
tag: 2.0.50@sha256:759712dd554234b28b229bb9695f31e99b4771018d2ccefdd825a1ebe66ee219
persistence:
config:
enabled: true
mountPath: /config
portal:
open:
cnpg:
main:
database: miniflux
user: miniflux
service:
ports:
port: 10091
targetPort: 8080
workload:
podSpec:
containers:
env:
CREATE_ADMIN: 1
DATABASE_URL:
secretKeyRef:
name: cnpg-main-urls
key: std
RUN_MIGRATIONS: 1
ADMIN_PASSWORD: changeme
ADMIN_USERNAME: admin
probes:
liveness:
custom: true
spec:
failureThreshold: 3
httpGet:
path: /healthcheck
port: 8080
initialDelaySeconds: 30
periodSeconds: 10
timeoutSeconds: 1