2022-06-15 10:11:30 +00:00
|
|
|
image:
|
2022-06-16 11:41:45 +00:00
|
|
|
repository: tccr.io/truecharts/awesome-ttrss
|
2022-06-15 10:11:30 +00:00
|
|
|
pullPolicy: IfNotPresent
|
2022-07-24 08:32:45 +00:00
|
|
|
tag: v2022-04@sha256:b675568ec75d005a2a55a764b50643d0c7d5a693e6b080ca8e9213d403f78085
|
2022-06-15 10:11:30 +00:00
|
|
|
|
|
|
|
securityContext:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsNonRoot: false
|
|
|
|
|
|
|
|
podSecurityContext:
|
|
|
|
runAsUser: 0
|
|
|
|
runAsGroup: 0
|
|
|
|
|
|
|
|
persistence:
|
|
|
|
icons:
|
|
|
|
enabled: true
|
2022-06-16 08:50:20 +00:00
|
|
|
mountPath: "/var/www/feed-icons"
|
2022-06-15 10:11:30 +00:00
|
|
|
plugins:
|
|
|
|
enabled: true
|
2022-06-16 08:50:20 +00:00
|
|
|
mountPath: "/var/www/plugins.local"
|
2022-06-15 10:11:30 +00:00
|
|
|
themes:
|
|
|
|
enabled: true
|
2022-06-16 08:50:20 +00:00
|
|
|
mountPath: "/var/www/themes.local"
|
2022-06-15 10:11:30 +00:00
|
|
|
|
|
|
|
env:
|
|
|
|
# -- External URL you use to connect to the RSS (the one you enter in your browser)
|
|
|
|
SELF_URL_PATH: ""
|
|
|
|
DB_NAME: "{{ .Values.postgresql.postgresqlDatabase }}"
|
|
|
|
DB_USER: "{{ .Values.postgresql.postgresqlUsername }}"
|
|
|
|
DB_PORT: "5432"
|
|
|
|
DB_PASS:
|
|
|
|
secretKeyRef:
|
|
|
|
name: dbcreds
|
|
|
|
key: postgresql-password
|
|
|
|
DB_HOST:
|
|
|
|
secretKeyRef:
|
|
|
|
name: dbcreds
|
|
|
|
key: plainhost
|
|
|
|
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 10246
|
|
|
|
targetPort: 80
|
|
|
|
|
|
|
|
postgresql:
|
|
|
|
enabled: true
|
|
|
|
existingSecret: "dbcreds"
|
|
|
|
postgresqlUsername: awesome-ttrss
|
|
|
|
postgresqlDatabase: awesome-ttrss
|