ttrss-helm/charts/ttrss/values.yaml
2023-06-13 19:32:59 -04:00

85 lines
1.7 KiB
YAML

#
# IMPORTANT NOTE
#
# This chart inherits from our common library chart. You can check the default values/options here:
# https://scm.docker.cabillot.eu/perso/helm-library-common
#
image:
repository: "jcabillot/ttrss"
tag: "latest"
pullPolicy: "Always"
# TODO: + rssbridge
env:
TZ: America/New_York
TTRSS_DB_NAME: web_ttrss
TTRSS_DB_USER: web_ttrss
TTRSS_DB_PASS: TODO
TTRSS_DB_TYPE: mysql
TTRSS_DB_PORT: 3306
TTRSS_DB_PORT_3306_TCP_ADDR: TODO
TTRSS_DB_PORT_3306_TCP_PORT: 3306
TTRSS_SELF_URL_PATH: https://rss.opti.cabillot.eu/
TTRSS_SELF_URL: https://rss.opti.cabillot.eu/
TTRSS_PROTO: https
TTRSS_URL: rss.cabillot.eu
DB_NAME: web_ttrss
DB_USER: web_ttrss
DB_PASS:
DB_TYPE: mysql
DB_PORT: 3306
DB_PORT_3306_TCP_ADDR:
DB_PORT_3306_TCP_PORT: 3306
SELF_URL_PATH: https://rss.opti.cabillot.eu/
SELF_URL: https://rss.opti.cabillot.eu/
PROTO: https
URL: rss.opti.cabillot.eu
service:
main:
ports:
http:
port: 8080
ingress:
main:
enabled: false
automountServiceAccountToken: false
# Enabled mariadb
# ... for more options see https://github.com/bitnami/charts/tree/main/bitnami/mariadb
mariadb:
enabled: true
architecture: standalone
auth:
database: web_ttrss
username: web_ttrss
password: TODO
rootPassword: TODO
primary:
persistence:
enabled: false # on n'est pas pret
existingClaim: "rss-data"
storageClass: "local-path"
# TODO:
persistence:
config:
enabled: false
cache:
enabled: false
mountPath: "/cache"
media:
enabled: false
enabled: true
type: custom
volumeSpec:
nfs:
server: "odroidhc2.local"
path: "/mnt/musique"
readOnly: true
mountPath: "/media"