Skip to main content

Domains Section

SettingsThe second section of the ESS installer GUI is the Domains section, here you will configure the fully-qualified domain names for each of the main components that will be deployed by ESS.

The domain names configured via the UI in this section will mainly be saved to your cluster.deployment.yml. Ifunder performingeach aof Kubernetesthe deployment,components' k8s: ingress: configuration. The section covers all domain names used by the main sections present in the installer, additional domains may be required when enabling specific integrations - you will alsospecify beintegration ablespecific todomain confignames Hoston Adminthe settingsrespective whichintegrations' will save configuration into both internal.yml and deployment.yml.page.

Domains Section

spec:
  components:
    elementWeb:
      k8s:
        ingress:
          fqdn: element.example.com
    integrator:
      k8s:
        ingress:
          fqdn: integrator.example.com
    synapse:
      k8s:
        ingress:
          fqdn: synapse.example.com
    synapseAdmin:
      k8s:
        ingress:
          fqdn: admin.example.com
  global:
    config:
      domainName: example.com