scale-catalog/stable/miniflux/15.0.9/ix_values.yaml
Julian Haseleu 5d1ab94342 cleanup
2024-07-14 21:54:53 +00:00

49 lines
1.1 KiB
YAML

image:
pullPolicy: IfNotPresent
repository: miniflux/miniflux
tag: 2.1.3@sha256:6ea15959079a83c717716d64bf6a76e0865e201b13777626b8467c99f8a4fd15
persistence:
config:
enabled: true
mountPath: /config
portal:
open:
enabled: true
cnpg:
main:
enabled: true
database: miniflux
user: miniflux
service:
main:
ports:
main:
port: 10091
targetPort: 8080
workload:
main:
podSpec:
containers:
main:
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
enabled: true
spec:
failureThreshold: 3
httpGet:
path: /healthcheck
port: 8080
initialDelaySeconds: 30
periodSeconds: 10
timeoutSeconds: 1