Code Monkey home page Code Monkey logo

retool-workflows-helm's Introduction

retool-workflows-helm

Artifact HUB

This repository contains the official Helm 3 chart for installing and configuring Retool on Kubernetes. For full documentation on all the ways you can deploy Retool on your own infrastructure, please see the Setup Guide.

Prerequisites

  • This chart requires Helm 3.7.
  • A PostgreSQL database.
    • Persistent volumes are not reliable - we strongly recommend that a long-term installation of Retool host the database on an externally managed database (for example, AWS RDS).

Usage

  1. Add the Retool Helm repository:

     $ helm repo add retool https://charts.retool.com
     "retool" has been added to your repositories
    
  2. Ensure you have access to the retool-wf chart:

     $ helm search repo retool/retool-wf
     NAME         	CHART VERSION	APP VERSION	DESCRIPTION                
     retool/retool-wf	4.0.0        	2.66.2     	A Helm chart for Kubernetes
    
  3. Run this command git clone https://github.com/tryretool/retool-workflows-helm.git

  4. Modify the values.yaml file:

  • Set values for config.encryptionKey and config.jwtSecret. They should each be a different long, random string that you keep private. See our docs on Environment Variables for more information on how they are used.

  • Set image.tag with the version of Retool you want to install (i.e. a version in the format X.Y.Z). See our guide on Retool Release Versions to see our most recent version. The minimum supported image for Retool Workflows is 2.108.4

  • Set config.licenseKey with your license key.

  • To force Retool to send the auth cookies over HTTP, set config.useInsecureCookies to true. Leave the default value of false if you will use https to connect to the instance.

  • Set workflows.enabled to true to enable Workflows.

  1. Now you're all ready to install Retool:

     $ helm install my-retool retool/retool-wf -f values.yaml
    

Additional Configuration

Externalize database

Modify values.yaml:

  • Disable the included postgresql chart by setting postgresql.enabled to false. Then specify your external database through the config.postgresql.\* properties at the top of the file. You will also need to specify these external database values in retool-temporal-services-helm.server.config.persistence.{default & visibility}.sql.

gRPC

  1. Create a configMap of the directory which contains your proto files.

     $ kubectl create configmap protos --from-file=<protos-path>
    
  2. Modify values.yaml:

     extraVolumeMounts:
       - name: protos
       mountPath: /retool_backend/protos
       readOnly: true
    
     extraVolumes:
       - name: protos
       configMap:
         name: protos 
    
     env:
       PROTO_DIRECTORY_PATH=/retool_backend/protos
    

Ingress

Modify values.yaml:

  • Uncomment ingress.hosts and change ingress.hosts.host to be the hostname where you will access Retool.
  • If you are implementing TLS for your Retool instance, uncomment ingress.tls and:
    • Specify the name of the SSL certificate to use as the value of ingress.tls.secretName.
    • Specify an array containing the hostname where you will access Retool (the same value you configured for ingress.hosts.host).

GKE-specific configurations:

  • Specify /* as the value of ingress.hosts.paths.path.
  • Comment out ingress.tls.servicePort as it is not required.

retool-workflows-helm's People

Contributors

roberto-retool avatar anna-yn avatar jatinnanda avatar kyle-retool avatar the-nando avatar avimoondra avatar demitrin avatar lefttree avatar rhinon avatar moogzy avatar philippeboyd avatar daveleo536 avatar jssln avatar tumuguskun avatar evanretool avatar bdjohnson529 avatar goodspark avatar stpierre avatar ajunredfin avatar robotpistol avatar pluies avatar jjlgao avatar mcanaves avatar notwedtm avatar peterwj avatar prashantmital avatar ryanartecona avatar chamel-shipbob avatar kentwalters avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.