44 lines
752 B
YAML
44 lines
752 B
YAML
commons:
|
|
# -- needed, but could be set with componentCommons.helm.release.valuesFrom
|
|
# masterPassword:
|
|
|
|
theme:
|
|
title: myCloud
|
|
logo:
|
|
favicon:
|
|
|
|
persistence:
|
|
storageClass:
|
|
hostPath:
|
|
enabled: false
|
|
prefix: "/var/lib/mycloud"
|
|
|
|
mail:
|
|
host:
|
|
username:
|
|
password:
|
|
from: "no-reply@example.org"
|
|
use_tls: false
|
|
use_ssl: false
|
|
|
|
grafana:
|
|
dashboards:
|
|
annotations:
|
|
grafana.mon.local/dashboard-folder: "myCloud"
|
|
|
|
components:
|
|
mycloud-services:
|
|
enabled: true
|
|
namespace:
|
|
# current namespace
|
|
name:
|
|
values:
|
|
databases:
|
|
authentik:
|
|
type: postgresql
|
|
|
|
mycloud-authentik:
|
|
enabled: true
|
|
namespace:
|
|
# current namespace
|
|
name:
|