2021-10-19 12:20:06 +00:00
|
|
|
image:
|
2021-12-03 12:02:44 +00:00
|
|
|
repository: tccr.io/truecharts/tt-rss
|
2021-10-19 12:20:06 +00:00
|
|
|
pullPolicy: IfNotPresent
|
2022-04-09 08:28:09 +00:00
|
|
|
tag: v2.0.9113@sha256:c4b2bc071fbea7e78d20b7270fe51d94a4b4ca3bd857a872b23b145f60da0458
|
2021-10-19 12:20:06 +00:00
|
|
|
|
|
|
|
securityContext:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsNonRoot: false
|
|
|
|
|
|
|
|
podSecurityContext:
|
|
|
|
runAsUser: 0
|
|
|
|
runAsGroup: 0
|
|
|
|
|
2021-11-14 19:19:16 +00:00
|
|
|
persistence:
|
|
|
|
config:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/config"
|
2022-05-19 10:21:17 +00:00
|
|
|
plugins:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/app/plugins.local"
|
|
|
|
themes:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/app/themes.local"
|
2021-11-14 19:19:16 +00:00
|
|
|
|
2021-10-19 12:20:06 +00:00
|
|
|
env:
|
|
|
|
TTRSS_SELF_URL_PATH: ""
|
|
|
|
TTRSS_DB_NAME: "{{ .Values.postgresql.postgresqlDatabase }}"
|
|
|
|
TTRSS_DB_USER: "{{ .Values.postgresql.postgresqlUsername }}"
|
|
|
|
TTRSS_DB_PORT: "5432"
|
|
|
|
TTRSS_DB_PASS:
|
|
|
|
secretKeyRef:
|
|
|
|
name: dbcreds
|
|
|
|
key: postgresql-password
|
|
|
|
TTRSS_DB_HOST:
|
|
|
|
secretKeyRef:
|
|
|
|
name: dbcreds
|
|
|
|
key: plainhost
|
|
|
|
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
2021-11-28 09:26:31 +00:00
|
|
|
port: 10104
|
2021-11-06 21:55:18 +00:00
|
|
|
targetPort: 8080
|
2021-10-19 12:20:06 +00:00
|
|
|
|
|
|
|
postgresql:
|
|
|
|
enabled: true
|
|
|
|
existingSecret: "dbcreds"
|
|
|
|
postgresqlUsername: tt-rss
|
|
|
|
postgresqlDatabase: tt-rss
|