Skip to content

CouchPartyGames/helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

helm-charts

couchpartygames helm charts collection of maintained charts for https://couchpartygames.github.io projects. The charts can be added using following command:

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

Usage

Helm must be installed to use the charts. Please refer to Helm's documentation to get started.

Once Helm has been set up correctly, add the repo as follows:

If you had already added this repo earlier, run helm repo update to retrieve the latest versions of the packages. You can then run helm search repo <alias> to see the charts.

To install the fleet chart:

helm install fleet couchpartygames/fleet
helm install tournament-party couchpartygames/tournament-party
helm install open-match-components couchpartygames/open-match-components

To uninstall the chart:

helm delete <chart-name>