TrueChartsClone/charts/stable/miniflux/values.yaml

49 lines
1.1 KiB
YAML

image:
pullPolicy: IfNotPresent
repository: miniflux/miniflux
tag: 2.2.0@sha256:6af80564e67447512dc724474d7c882bb6f55e31b4453b93cceb3d6c0ee63a5a
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