162 lines
3.7 KiB
YAML
162 lines
3.7 KiB
YAML
init:
|
|
version: 0
|
|
namespace: "bases"
|
|
|
|
commons:
|
|
# -- masterPassword to generate secrets
|
|
# @section -- Commons
|
|
masterPassword: "CHANGEME"
|
|
|
|
# template for infra-
|
|
auth:
|
|
enabled: false
|
|
type: "authentik"
|
|
namespace: ""
|
|
authentik:
|
|
domain: ""
|
|
backend: "authentik-server"
|
|
|
|
# template for mycloud-
|
|
auth:
|
|
# -- default auth.(.Values.commons.ingress.domain)
|
|
# @section -- Commons
|
|
host:
|
|
|
|
# template for mycloud-
|
|
theme:
|
|
# -- title everywhere
|
|
# @section -- Commons theme
|
|
title: myCloud
|
|
|
|
# template for mycloud-
|
|
mail:
|
|
# -- smtp server
|
|
# @section -- Commons mail
|
|
host:
|
|
# -- smtp username
|
|
# @section -- Commons mail
|
|
username:
|
|
# -- smtp password
|
|
# @section -- Commons mail
|
|
password:
|
|
# -- send from address
|
|
# @section -- Commons mail
|
|
from:
|
|
# -- smtp server use start tls
|
|
# @section -- Commons mail
|
|
use_tls: false
|
|
# -- smtp server use ssl
|
|
# @section -- Commons mail
|
|
use_ssl: false
|
|
|
|
# template for mycloud-
|
|
persistence:
|
|
# -- storageClass of PVC
|
|
# @section -- Commons Persistence
|
|
storageClass:
|
|
hostPath:
|
|
# -- use hostPath instatt of PVC
|
|
# @section -- Commons Persistence
|
|
enabled: false
|
|
# -- use hostPath under the following path
|
|
# @section -- Commons Persistence
|
|
prefix: "/var/lib/mycloud"
|
|
|
|
helm:
|
|
release:
|
|
# -- install of FluxCD HelmRelease
|
|
# @section -- Commons helm release
|
|
install: {}
|
|
# -- test of FluxCD HelmRelease
|
|
# @section -- Commons helm release
|
|
test: {}
|
|
# -- upgrade of FluxCD HelmRelease
|
|
# @section -- Commons helm release
|
|
upgrade: {}
|
|
# -- driftDetection of FluxCD HelmRelease
|
|
# @section -- Commons helm release
|
|
driftDetection: {}
|
|
|
|
networkpolicies:
|
|
enabled: false
|
|
from:
|
|
ingress: []
|
|
metrics: []
|
|
to:
|
|
dns: []
|
|
database: []
|
|
smtp: []
|
|
|
|
ingress:
|
|
# -- top domain for all services
|
|
# @section -- Commons Ingress
|
|
domain: "wrenix.eu"
|
|
# -- annotations for all ingress objects
|
|
# @section -- Commons Ingress
|
|
annotations:
|
|
cert-manager.io/cluster-issuer: letsencrypt-prod
|
|
tls:
|
|
# -- tls on every ingress
|
|
# @section -- Commons Ingress
|
|
enabled: true
|
|
# -- use own definition of tls (e.g. for own or wildcard certificate)
|
|
# @section -- Commons Ingress
|
|
override: []
|
|
|
|
prometheus:
|
|
monitor:
|
|
# -- labels on Pod- and Service-Monitor
|
|
# @section -- Commons Monitoring
|
|
labels: {}
|
|
rules:
|
|
# -- labels on PrometheusRules
|
|
# @section -- Commons Monitoring
|
|
labels: {}
|
|
|
|
grafana:
|
|
dashboards:
|
|
# -- labels of grafana dashboard configmap
|
|
# @section -- Commons Monitoring
|
|
labels: {}
|
|
# -- annotations of grafana dashboard configmap
|
|
# @section -- Commons Monitoring
|
|
annotations: {}
|
|
|
|
auth:
|
|
# -- generated by .Values.commons.masterPassword
|
|
clientID:
|
|
# -- generated by .Values.commons.masterPassword
|
|
clientSecret:
|
|
# -- in format of paperless
|
|
extra:
|
|
|
|
env:
|
|
PAPERLESS_OCR_LANGUAGE: "deu"
|
|
PAPERLESS_REDIRECT_LOGIN_TO_SSO: true
|
|
PAPERLESS_DISABLE_REGULAR_LOGIN: true
|
|
PAPERLESS_SOCIAL_AUTO_SIGNUP: true
|
|
PAPERLESS_SOCIAL_ACCOUNT_SYNC_GROUPS: true
|
|
|
|
ingress:
|
|
# -- default: paperless.(Values.commons.ingress.domain)
|
|
host:
|
|
annotations: {}
|
|
|
|
database:
|
|
# -- default is from mysql-services
|
|
host: mycloud-services-postgresql
|
|
name: paperless
|
|
username: paperless
|
|
# -- generated by .Values.commons.masterPassword (equal to mycloud-services)
|
|
password:
|
|
|
|
|
|
persistence:
|
|
storageClass:
|
|
size: 16Gi
|
|
|
|
mail:
|
|
# -- generade by Values.commons.mail.from
|
|
from:
|
|
# -- default Values.commons.mail.host
|
|
host:
|