Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

edgelesssys/constellation-rocketchat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

General

Important

Constellation is no longer actively maintained by Edgeless Systems.

This project is no longer receiving updates or support from Edgeless Systems. The repository remains available for archival purposes and community use. New development continues in Contrast, which provides workload-level confidential computing using Confidential Containers. 👉 https://github.com/edgelesssys/contrast

Deploys the rocket-chat helm chart. Also deploys TLS issuers to the respective namespace and an Ingress for TLS.

Deploy

Assumes godaddy as DNS provider.

$ export GODADDY_API_KEY=<your creds here>
$ export GODADDY_SECRET_KEY=<your creds here>
$ export MONGO_USER_SECRET="placeholder"
$ export MONGO_ROOT_SECRET="placeholder"
$ export OWNER_ID=<random id>
$ helm dependency update ./rocketchat
$ helm upgrade rocket-infra ./rocketchat --install --namespace default --set infra.enabled=true --set apiKey=$GODADDY_API_KEY --set secretKey=$GODADDY_SECRET_KEY --set external-dns.txtOwnerID=$OWNER_ID
$ helm upgrade rocket-app ./rocketchat --install --namespace default --set app.enabled=true --set rocketchat.mongodb.auth.passwords={$MONGO_USER_SECRET} --set rocketchat.mongodb.auth.rootPassword=$MONGO_ROOT_SECRET

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •