Skip to content

synthesized-io/helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Synthesized Helm Charts

Synthesized applications ready to launch on Kubernetes using Kubernetes Helm.

SDK

Installs Synthesized SDK

TDK

Installs Synthesized TDK

Governor

Installs Governor

The following configuration values should be updated:

  • SPRING_DATASOURCE_URL - JDBC URL to Governor PostgreSQL database
  • SPRING_DATASOURCE_USERNAME - database username
  • SPRING_DATASOURCE_PASSWORD - database password
  • JWT_SECRET - JWT secret for authentication
  • SYNTHESIZED_KEY - licence key

More details about installation can be found here

In order to install Governor on Kubernetes, run:

helm install governor ./governor

How to release Governor Helm

Update the version of the chart in Chart.yaml file!

helm registry login synthesizedio.jfrog.io

Provide your username and password.

helm package  charts/governor

This will create a packaged tgz file.

helm push governor-x.x.x.tgz oci://synthesizedio.jfrog.io/helm

Releases

No releases published

Packages

No packages published

Languages