Skip to content

How to intall in a custom Kubernetes Cluster? #9

Answered by hrenard
rsoika asked this question in Q&A
Discussion options

You must be logged in to vote

Hey !
Sorry the documentation is still missing...
The above command will install the Custom Resource Definition and the operator in your k8s cluster.
Then you can deploy a jitsi cluster simply with a kubectl apply of :

apiVersion: apps.jit.si/v1alpha1
kind: Jitsi
metadata:
  name: my-jitsi
spec:
  domain: meet.my-domain.com
  ingress:
    annotations:
      cert-manager.io/cluster-issuer: letsencrypt
    enabled: true
    tls: true
  jibri:
    enabled: true
    replicas: 1
  jvb:
    gracefulShutdown: true
    strategy:
      replicas: 1
      type: static
  region: europe
  timezone: Europe/Paris
  variables:
    ENABLE_BREAKOUT_ROOMS: "1" 

For now, we rely on the nginx-ingresss control…

Replies: 5 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by hrenard
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@hrenard
Comment options

@rsoika
Comment options

@hrenard
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #8 on October 14, 2022 13:22.