Helm charts for deploying Showroom on OpenShift.
| Chart | Description |
|---|---|
|
Deploys the Showroom front-end (content, terminal, wetty, proxy, novnc) in a single pod. |
|
Deploys the Zero Touch showroom variant in a single pod. |
git clone https://github.com/rhpds/showroom-deployer
cd showroom-deployer/charts
helm template showroom ./showroom-single-pod \
--set deployer.domain=apps.cluster.example.com \
--set guid=my-guid \
--set documentation.repoUrl=https://github.com/rhpds/showroom_template_default \
| oc apply -f --
Add the Helm repo
helm repo add rhpds https://rhpds.github.io/showroom-deployer helm repo update
-
Install
helm install my-showroom rhpds/showroom-single-pod \ --set deployer.domain=apps.cluster.example.com \ --set guid=my-guid \ --set documentation.repoUrl=https://github.com/rhpds/showroom_template_default
All Showroom container images are maintained in rhpds/showroom-images and published to quay.io/rhpds.
Charts are released automatically via GitHub Actions when changes are pushed to charts/ on main.
The chart repository is hosted at https://rhpds.github.io/showroom-deployer.