Skip to content

Centeva/jitsi-helm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Centeva Jitsi

Fork of a Jitsi helm chart used to install Jitsi in a cluster.

Table of Contents

  1. About the Project
  2. Installation
  3. Contributing

About The Project

Built With

Installation

Using helm

helm repo add centeva-jitsi https://centeva.github.io/jitsi-helm
helm install jitsi centeva-jitsi/centeva-jitsi

Using Kustomize

kustomization.yml

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: jitsi
helmCharts:
  - name: jitsi
    repo: https://centeva.github.io/jitsi-helm
    releaseName: centeva-jitsi

Contributing

Pushing to main will automatically deploy a new version of the chart using the release.yml workflow however You need to bump the version number in the Chart.yaml manually in order for a release to be created.

About

Helm chart for Jitsi-meet

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 34.8%
  • Lua 34.8%
  • Shell 23.9%
  • Smarty 4.9%
  • HTML 1.6%