paralus / helm-charts

Helm charts for Paralus
https://www.paralus.io/
12 stars 15 forks source link

Switch from `domain.host` to new format #34

Closed meain closed 2 years ago

meain commented 2 years ago

What does this PR change?

Rename domain.host to domain.root in values.yaml. The actual name to be replaced is still to be finalized. Started this PR just to have a discussion around it.

Does the PR depend on any other PRs or Issues? If yes, please list them.

No

Checklist

I confirm, that I have...

meain commented 2 years ago
fqdn:
  # -- root domain
  domain: paralus.local
  # -- used for viewing dashboard
  hostname: “console”
  # -- a wildcard subdomain used for controller cluster to target
  # -- cluster communication
  coreConnectorSubdomain: “*.core-connector”
   # -- a wildcard subdomain used for controller cluster to end user
   # -- communication
   userSubdomain: “*.user”