ttrss-helm/charts/ttrss/values.yaml

96 lines
1.9 KiB
YAML
Raw Permalink Normal View History

2022-04-18 10:09:17 -04:00
#
# 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:
2023-06-13 16:35:13 -04:00
repository: "jcabillot/ttrss"
2022-04-18 10:09:17 -04:00
tag: "latest"
2023-06-13 16:35:13 -04:00
pullPolicy: "Always"
2022-04-18 10:09:17 -04:00
# TODO: + rssbridge
env:
TZ: America/New_York
TTRSS_DB_NAME: web_ttrss
TTRSS_DB_USER: web_ttrss
2023-06-13 16:38:37 -04:00
TTRSS_DB_PASS: TODO
2022-04-18 10:09:17 -04:00
TTRSS_DB_TYPE: mysql
TTRSS_DB_PORT: 3306
2023-06-13 16:38:37 -04:00
TTRSS_DB_PORT_3306_TCP_ADDR: TODO
2022-04-18 10:09:17 -04:00
TTRSS_DB_PORT_3306_TCP_PORT: 3306
2023-06-13 16:35:13 -04:00
TTRSS_SELF_URL_PATH: https://rss.opti.cabillot.eu/
TTRSS_SELF_URL: https://rss.opti.cabillot.eu/
2022-04-18 10:09:17 -04:00
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
2023-06-13 16:35:13 -04:00
SELF_URL_PATH: https://rss.opti.cabillot.eu/
SELF_URL: https://rss.opti.cabillot.eu/
2022-04-18 10:09:17 -04:00
PROTO: https
2023-06-13 16:35:13 -04:00
URL: rss.opti.cabillot.eu
2022-04-18 10:09:17 -04:00
service:
main:
ports:
http:
port: 8080
ingress:
main:
enabled: false
automountServiceAccountToken: false
# Enabled mariadb
2023-06-13 18:25:18 -04:00
# ... for more options see https://github.com/bitnami/charts/tree/main/bitnami/mariadb
2022-04-18 10:09:17 -04:00
mariadb:
2023-06-13 16:38:37 -04:00
enabled: true
2022-04-18 10:09:17 -04:00
architecture: standalone
auth:
database: web_ttrss
username: web_ttrss
2023-06-13 16:38:37 -04:00
password: TODO
rootPassword: TODO
2022-04-18 10:09:17 -04:00
primary:
persistence:
2023-06-21 17:59:54 -04:00
enabled: true
2023-06-13 18:49:41 -04:00
existingClaim: "rss-data"
storageClass: "local-path"
2023-06-21 18:08:04 -04:00
volumePermissions:
enabled: true
metrics:
enabled: true
serviceMonitor:
enabled: true
2022-04-18 10:09:17 -04:00
# 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"
2023-06-21 18:24:51 -04:00
cronjob:
schedule: "29 13 * * *"
concurrencyPolicy: "Forbid"
successfulJobsHistoryLimit: 3
failedJobsHistoryLimit: 5