wip
This commit is contained in:
83
charts/ttrss/values.yaml
Normal file
83
charts/ttrss/values.yaml
Normal file
@@ -0,0 +1,83 @@
|
||||
#
|
||||
# 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: x86dev/docker-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.cabillot.eu/
|
||||
TTRSS_SELF_URL: https://rss.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.cabillot.eu/
|
||||
SELF_URL: https://rss.cabillot.eu/
|
||||
PROTO: https
|
||||
URL: rss.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/master/bitnami/mariadb
|
||||
mariadb:
|
||||
enabled: false
|
||||
architecture: standalone
|
||||
auth:
|
||||
database: web_ttrss
|
||||
username: web_ttrss
|
||||
password: TODO:
|
||||
rootPassword: TODO:
|
||||
primary:
|
||||
persistence:
|
||||
enabled: false
|
||||
# storageClass: ""
|
||||
|
||||
# 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"
|
||||
Reference in New Issue
Block a user