65 lines
1.2 KiB
YAML
65 lines
1.2 KiB
YAML
init:
|
|
version: 0
|
|
namespace: "bases"
|
|
|
|
commons:
|
|
masterPassword: "CHANGEME"
|
|
theme:
|
|
title: myCloud
|
|
logo: /static/dist/assets/icons/icon_left_brand.svg
|
|
favicon: /static/dist/assets/icons/icon.png
|
|
|
|
mail:
|
|
host:
|
|
username:
|
|
password:
|
|
from:
|
|
use_tls: false
|
|
use_ssl: false
|
|
|
|
helm:
|
|
release:
|
|
install: {}
|
|
test: {}
|
|
upgrade: {}
|
|
|
|
ingress:
|
|
domain: "wrenix.eu"
|
|
annotations:
|
|
cert-manager.io/cluster-issuer: letsencrypt-prod
|
|
tls:
|
|
# -- tls on every ingress
|
|
enabled: true
|
|
# -- use own definition of tls (e.g. for own or wildcard certificate)
|
|
override:
|
|
|
|
prometheus:
|
|
monitor:
|
|
labels: {}
|
|
rules:
|
|
labels: {}
|
|
|
|
|
|
# -- generated by .Values.commons.masterPassword
|
|
secret_key:
|
|
|
|
ingress:
|
|
# -- default: auth.(Values.commons.ingress.domain)
|
|
host:
|
|
annotations:
|
|
|
|
database:
|
|
# -- default is from mysql-services
|
|
host: mycloud-services-postgresql
|
|
name: authentik
|
|
username: authentik
|
|
# -- generated by .Values.commons.masterPassword (equal to mycloud-services)
|
|
password:
|
|
|
|
mail:
|
|
# -- generade by Values.commons.mail.from
|
|
from:
|
|
# other settings are taken from commons
|
|
|
|
theme:
|
|
background:
|