Skip to content

ProtoPie/helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Protopie Kubernetes Helm Charts

Usage

helm repo add protopie https://protopie.github.io/helm-charts

Install

※ We only support enterprise plan For license issuance, please contact https://www.protopie.io/form/enterprise-plan-contact-us.

helm repo update
helm install my-release protopie/cloud -n my-namespace \
    --set-file cloud.config.yml=config.yml \
    --set-file cloud.license.pem=license.pem

With Ingress

helm repo update
helm install my-release protopie/cloud -n my-namespace \
    --set ingress.enabled=true \
    --set ingress.host=dev-ee.protopie.works

With Analytics Dashboard (closed beta)

helm repo update
helm install my-release protopie/cloud -n my-namespace --set analytics.enabled=true

HA setup

Check the sample/cloud-ha directory.

image:
  cloud:
    api:
      pullPolicy: IfNotPresent
      repository: protopie/enterprise-onpremises
      tag: api-12.0.1 # public docker image
    web:
      pullPolicy: IfNotPresent
      repository: protopie/enterprise-onpremises
      tag: web-11.0.5 # public docker image

cloud:
  api:
    replicas: 2
  web:
    replicas: 2

nginx:
  replicas: 2

analytics:
  enabled: false # This feature is a closed alpha, there are no public images

userResearch:
  enabled: false # This feature is a closed alpha, there are no public images

Changelog

3.0.0

In this release we upgrade the database image from postgres:10 to bitnami/postgresql:14. This is breaking change, and you need to migrate your database before upgrading. Please refer to the migration guide before upgrade your chart.

We also optionally include the bitnami/postgresql chart, but it is preparation for the future updates. We will leverage it sometime in the future, but for now, it is not used. You can safely ignore it.

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •