62 lines
1.2 KiB
YAML
62 lines
1.2 KiB
YAML
commons:
|
|
# -- needed, but could be set with base.helm.release.valuesFrom
|
|
# masterPassword:
|
|
|
|
theme:
|
|
title: myCloud
|
|
logo:
|
|
favicon:
|
|
|
|
persistence:
|
|
storageClass:
|
|
hostPath:
|
|
enabled: false
|
|
prefix: "/var/lib/mycloud"
|
|
|
|
mail:
|
|
host:
|
|
username:
|
|
# -- needed, but could be set with base.helm.release.valuesFrom
|
|
# password:
|
|
from: "no-reply@example.org"
|
|
use_tls: false
|
|
use_ssl: false
|
|
|
|
grafana:
|
|
dashboards:
|
|
annotations:
|
|
grafana.mon.local/dashboard-folder: "myCloud"
|
|
|
|
networkpolicies:
|
|
to:
|
|
smtp: []
|
|
matrix: []
|
|
database:
|
|
- ports:
|
|
- port: 5432
|
|
protocol: "TCP"
|
|
to:
|
|
- podSelector:
|
|
matchLabels:
|
|
app.kubernetes.io/instance: mycloud-services-postgresql
|
|
app.kubernetes.io/name: postgresql
|
|
|
|
redis:
|
|
replicas: 0
|
|
|
|
components:
|
|
mycloud-services:
|
|
enabled: true
|
|
namespace:
|
|
# current namespace
|
|
name:
|
|
values:
|
|
databases:
|
|
authentik:
|
|
type: postgresql
|
|
|
|
mycloud-authentik:
|
|
enabled: true
|
|
namespace:
|
|
# current namespace
|
|
name:
|