.tgz
file. This is the helm chart. And a values.yaml
with configuration options for Helm. Update these values-
ingress.hosts.host
- The subdomain where Mayil will be hosted such as mayil.companyname.com
envVars.LINK_TO_MAYIL
- The same subdomain as in ingress.hosts.host
certManager.email
- The email through which HTTPS certificates will be issued. No account set up or configuration is required. This is simply for record keeping by the certificate issuer.values.yaml
contains sensitive information. Please keep it safe. Save envVars.CLIENT_ID
and envVars.CLIENT_SECRET
as this will be the default username and password for Vault (used to configure Mayil)
.tgz
file.
ADDRESS
is the IP address Mayil is connected to. We will link this IP to our subdomain in the next step
kubectl get ingress
from the previous step-