2021-10-19 12:20:06 +00:00
|
|
|
image:
|
2021-12-03 12:02:44 +00:00
|
|
|
repository: tccr.io/truecharts/miniflux
|
2022-05-31 19:11:20 +00:00
|
|
|
tag: v2.0.37@sha256:591557c5015384ff8f3c580fb651f0ddbbcaf4fac9ea5a02d0116362b44db107
|
2021-10-19 12:20:06 +00:00
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
|
2022-06-07 17:41:19 +00:00
|
|
|
secretEnv:
|
2021-10-19 12:20:06 +00:00
|
|
|
# -- Admin user login, it's used only if `CREATE_ADMIN` is enabled.
|
|
|
|
ADMIN_USERNAME: "admin"
|
|
|
|
# -- Admin user password, it's used only if `CREATE_ADMIN` is enabled.
|
|
|
|
ADMIN_PASSWORD: "changeme"
|
|
|
|
env:
|
|
|
|
RUN_MIGRATIONS: 1
|
|
|
|
CREATE_ADMIN: 1
|
|
|
|
DATABASE_URL:
|
|
|
|
secretKeyRef:
|
|
|
|
name: dbcreds
|
|
|
|
key: urlnossl
|
|
|
|
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
2021-11-28 09:26:31 +00:00
|
|
|
port: 10091
|
2021-11-06 21:55:18 +00:00
|
|
|
targetPort: 8080
|
2021-10-19 12:20:06 +00:00
|
|
|
|
2021-11-14 19:19:16 +00:00
|
|
|
persistence:
|
|
|
|
config:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/config"
|
2022-06-17 08:24:54 +00:00
|
|
|
|
2021-10-19 12:20:06 +00:00
|
|
|
probes:
|
|
|
|
liveness:
|
|
|
|
enabled: true
|
|
|
|
custom: true
|
|
|
|
spec:
|
|
|
|
initialDelaySeconds: 30
|
|
|
|
periodSeconds: 10
|
|
|
|
timeoutSeconds: 1
|
|
|
|
failureThreshold: 3
|
|
|
|
httpGet:
|
|
|
|
path: /healthcheck
|
|
|
|
port: 8080
|
|
|
|
|
|
|
|
postgresql:
|
|
|
|
enabled: true
|
|
|
|
existingSecret: "dbcreds"
|
|
|
|
postgresqlDatabase: miniflux
|
|
|
|
postgresqlUsername: miniflux
|