Skip to content

Commit

Permalink
Adding documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kincl committed Apr 8, 2024
1 parent 42e0589 commit 6984f71
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,19 @@ helm install myshowroom myrhpds/showroom --set deployer.domain=apps.shared-410.o

NOTE: The above creates the namespace `showroom-test` where the helm release exists, AND creates the namespace `showroom-test2` there the actual application is deployed.

==== Deploy noVNC

For deploying showroom with noVNC, you need to have a host with a VNC server configured and running.

. Using Helm
```
helm install
...
--set novnc.setup=true \
--set novnc.vncServer=my.host.local:5900 \
--set novnc.password=secret123
```

== ArgoCD - *Work in Progress* - BROKEN

It is possible to deploy the helm chart with ArgoCD.
Expand Down

0 comments on commit 6984f71

Please sign in to comment.