Files
truecharts/charts/stable/tt-rss/values.yaml
T
e8dbca32f5 chore(deps): update non-major (#1449)
* chore(deps): update non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2021-12-03 15:07:49 +01:00

62 lines
1.4 KiB
YAML

image:
# -- image repository
repository: tccr.io/truecharts/tt-rss
# -- image pull policy
pullPolicy: IfNotPresent
# -- image tag
tag: v1.9075.0@sha256:9779b47027627c16b3f6c0e69b9a5c7964a7b701ff8ccc6b1f0a7d5d371c7c6b
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
persistence:
config:
enabled: true
mountPath: "/config"
# -- See more environment variables in the tt-rss documentation
# https://git.tt-rss.org/fox/tt-rss/src/branch/master/classes/config.php#L9
# @default -- See below.
env:
# -- External URL you use to connect to the RSS (the one you enter in your browser)
TTRSS_SELF_URL_PATH: ""
envTpl:
TTRSS_DB_NAME: "{{ .Values.postgresql.postgresqlDatabase }}"
TTRSS_DB_USER: "{{ .Values.postgresql.postgresqlUsername }}"
TTRSS_DB_PORT: "5432"
envValueFrom:
TTRSS_DB_PASS:
secretKeyRef:
name: dbcreds
key: postgresql-password
TTRSS_DB_HOST:
secretKeyRef:
name: dbcreds
key: plainhost
# -- Configure the services for the chart here.
# @default -- See below.
service:
main:
ports:
main:
port: 10104
targetPort: 8080
# @default -- see bellow
# Enabled postgres
postgresql:
enabled: true
existingSecret: "dbcreds"
# -- Postgres database user name
postgresqlUsername: tt-rss
# -- Postgres database password
postgresqlDatabase: tt-rss