Confluence was migrated to the cloud, and the current server is in read-only mode, to access cloud services please go to https://adeptia.atlassian.net/wiki
...
Add Adeptia Connect repo using following command:
Code Block | ||||
---|---|---|---|---|
| ||||
helm repo add adeptia-connect https://adeptia.github.io/adeptia-connect-helm-package/charts/ |
Update the values.yaml as per instruction given in this section.
Run the the following command to deploy the application.
Code Block | ||||
---|---|---|---|---|
| ||||
helm install adeptia-connect adeptia-connect/adeptia-connect --version <Version number> -f <PATH_OF_VALUES.YAML> --timeout 10m |
Warning | ||
---|---|---|
| ||
Use a specific version number in the version argument, else the latest version of Adeptia Connect will be installed. |
This command deploys Adeptia Connect on the Kubernetes cluster.
Info |
---|
Once you've completed the deployment, you need to configure your domain specific SSL certificate by using either of the two options:
To know more about configuring SSL, click here. |
...