22 lines
599 B
YAML
22 lines
599 B
YAML
clusterDomain: c2.k8s.ooo
|
|
email: technik@ungleich.ch
|
|
letsencryptStaging: "yes"
|
|
|
|
# This is how the service and the data volumes are named - i.e. the
|
|
# persistent thing
|
|
identifier: "{{ .Release.Name }}"
|
|
fqdn: "{{ .Release.Name }}.{{ .Release.Namespace }}.svc.{{ .Values.clusterDomain }}"
|
|
|
|
# This needs delegation / configuration on fn.nf
|
|
server_name: "fn.nf"
|
|
|
|
# Full URL -- for later, when external domains are supported
|
|
# web_client_location: "https://TBD"
|
|
|
|
enable_registration: false
|
|
|
|
# Maximum size of one particular file
|
|
max_filesize_in_mb: 100
|
|
|
|
elementVersion: "1.7.32"
|
|
synapseVersion: "v1.48.0"
|