59 lines
1.2 KiB
YAML
59 lines
1.2 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
|
|
|
|
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: coder.(Values.commons.ingress.domain)
|
|
host:
|
|
# -- default: *-ide.(Values.commons.ingress.domain)
|
|
wildcardHost:
|
|
annotations:
|
|
|
|
database:
|
|
# -- default is from mysql-services
|
|
host: mycloud-services-postgresql
|
|
name: coder
|
|
username: coder
|
|
# -- generated by .Values.commons.masterPassword (equal to mycloud-services)
|
|
password:
|