81 lines
1.5 KiB
YAML
81 lines
1.5 KiB
YAML
init:
|
|
version: 0
|
|
namespace: "bases"
|
|
|
|
commons:
|
|
masterPassword: "CHANGEME"
|
|
|
|
auth:
|
|
# -- default auth.(.Values.commons.ingress.domain)
|
|
host:
|
|
|
|
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
|
|
|
|
persistence:
|
|
storageClass:
|
|
hostPath:
|
|
enabled: false
|
|
prefix: "/var/lib/mycloud"
|
|
|
|
helm:
|
|
release:
|
|
install: {}
|
|
test: {}
|
|
upgrade: {}
|
|
driftDetection: {}
|
|
|
|
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: {}
|
|
|
|
auth:
|
|
# -- generated by .Values.commons.masterPassword
|
|
clientID:
|
|
# -- generated by .Values.commons.masterPassword
|
|
clientSecret:
|
|
|
|
ingress:
|
|
# -- default: social.(Values.commons.ingress.domain)
|
|
host:
|
|
annotations:
|
|
|
|
database:
|
|
# -- default is from mysql-services
|
|
host: mycloud-services-postgresql
|
|
name: gotosocial
|
|
username: gotosocial
|
|
# -- generated by .Values.commons.masterPassword (equal to mycloud-services)
|
|
password:
|
|
|
|
mail:
|
|
# -- generade by Values.commons.mail.from
|
|
from:
|
|
# -- default Values.commons.mail.host
|
|
host:
|
|
|
|
persistence:
|
|
storageClass:
|
|
size: 16Gi
|