* whtie label revamp * minor changes * updated beta info in copilot docs * renamed gds to ds in overview doc of v2.15 onwards * updated multienv: renamed gds to ds, updated screenshot * updated multienv: app state description * updated superadmin wrt new licensing updates * licensing update: free trial * updates in licensing * changes after review * [docs]updated restapi with bearer auth * Update kubernetes-aks.md * Update openshift.md * Update ecs.md * Update ecs.md * Update kubernetes-gke.md * Update kubernetes.md * Update docker.md * Update docker.md * Update ecs.md * Update google-cloud-run.md * Update kubernetes-aks.md * Update kubernetes-gke.md * Update kubernetes.md * Update openshift.md * Update kubernetes-gke.md * Update kubernetes-aks.md * fixed ecs, removed heroku from 2.15 onwards * updated digitalocean doc * licensing doc changes and location * Update digitalocean.md * Update digitalocean.md * added v2.18.0 --------- Co-authored-by: Adish M <44204658+adishM98@users.noreply.github.com>
2.6 KiB
| id | title |
|---|---|
| openshift | Openshift |
Deploying ToolJet on Openshift
:::info You should setup a PostgreSQL database manually to be used by ToolJet. :::
If you have any questions feel free to join our Slack Community or send us an email at hello@tooljet.com.
Follow the steps below to deploy ToolJet on Openshift.
-
Setup a PostgreSQL database ToolJet uses a postgres database as the persistent storage for storing data related to users and apps. We do not have plans to support other databases such as MySQL.
-
Create a Kubernetes secret with name
server. For the minimal setup, ToolJet requirespg_host,pg_db,pg_user,pg_password,secret_key_base&lockbox_keykeys in the secret.
Read environment variables reference
- Once you have logged into the Openshift developer dashboard click on
+Addtab. Select import YAML from the local machine.
:::note When entering one or more files and use --- to separate each definition :::
Copy paste deployment.yaml to the online editor
https://tooljet-deployments.s3.us-west-1.amazonaws.com/openshift/deployment.yaml
Copy paste the service.yaml to the online editor
https://tooljet-deployments.s3.us-west-1.amazonaws.com/openshift/service.yaml
Once you have added the files click on create.
:info
If there are self signed HTTPS endpoints that Tooljet needs to connect to, please make sure that NODE_EXTRA_CA_CERTS environment variable is set to the absolute path containing the certificates. You can make use of kubernetes secrets to mount the certificate file onto the containers.
:::
- Navigate to topology tab and use the visual connector to establish the connect between tooljet-deployment and postgresql as shown in the screenshot below.
ToolJet Database
You can know more about tooljet database here
If you intend to use this feature, you'd have to set up and deploy PostgREST server which helps querying ToolJet Database. Please follow the instructions here for additional environment variables configuration to be done.
https://tooljet-deployments.s3.us-west-1.amazonaws.com/openshift/postgrest.yaml